Sdílet prostřednictvím


RequestSecurityToken Constructor (String)

Initializes a new instance of the RequestSecurityToken class using the specified token type.

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

Usage

'Usage
Dim tokenType As String
Dim requestSecurityToken1 As New RequestSecurityToken(tokenType)

Syntax

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

Parameters

  • tokenType
    The type of security token being requested.

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

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