RequestedSecurityToken.SecurityToken Property

Gets or sets the security token to be issued by the security token service.

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

Usage

'Usage
Dim requestedSecurityToken1 As RequestedSecurityToken

Dim returnValue As SecurityToken
returnValue = requestedSecurityToken1.SecurityToken

Dim sampleValue As SecurityToken
requestedSecurityToken1.SecurityToken = sampleValue

Syntax

'Declaration
Public Property SecurityToken() As SecurityToken
public SecurityToken SecurityToken {get; set;}
public:
property SecurityToken^ SecurityToken {
    SecurityToken^ get();
    void set(SecurityToken^ value);
}
public SecurityToken get_SecurityToken();
public void set_SecurityToken(SecurityToken);
public function get SecurityToken() : SecurityToken;
public function set SecurityToken(SecurityToken);

Property Value

A SecurityToken that represents the security token to be issued by the security token service.

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

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