SecurityTokenReference.Token Property

Gets the security token to reference.

Namespace: Microsoft.Web.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim securityTokenReference1 As SecurityTokenReference

Dim returnValue As SecurityToken
returnValue = securityTokenReference1.Token

Syntax

'Declaration
Public ReadOnly Property Token() As SecurityToken
public SecurityToken Token {get;}
public:
property SecurityToken^ Token {
    SecurityToken^ get();
}
public SecurityToken get_Token();
public function get Token() : SecurityToken;

Property Value

The SecurityToken that is being referenced.

Remarks

The value of this property is set by the versions of the SecurityTokenReference(SecurityToken) constructor that have a parameter of type SecurityToken.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

SecurityTokenReference Class
SecurityTokenReference Members
Microsoft.Web.Services3.Security Namespace