다음을 통해 공유


SecurityContextToken Constructor (String)

Initializes a new instance of the SecurityContextToken class using the specified identifier.

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

Usage

'Usage
Dim identifier As String
Dim securityContextToken1 As New SecurityContextToken(identifier)

Syntax

'Declaration
Public Sub New( _
    ByVal identifier As String _
)
public SecurityContextToken(
    string identifier
);
public:
SecurityContextToken(
    String^ identifier
);
public SecurityContextToken(
    System.String identifier
);
public function SecurityContextToken(
     identifier : String
);

Parameters

Remarks

Typically, you do not create a new instance of a SecurityContextToken , but rather you request one from a security token service. For details about requesting a security context token, see How to: Obtain a Security Token From a Security Context Token Service. Use the constructors for this class when you create security token services that issue security tokens deriving from SecurityContextToken.

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

SecurityContextToken Class
SecurityContextToken Members
Microsoft.Web.Services3.Security.Tokens Namespace