SecurityToken Constructor (String)

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

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

Usage

'Usage
Dim tokenType As String
Dim securityToken1 As New SecurityToken(tokenType)

Syntax

'Declaration
Protected Sub New( _
    ByVal tokenType As String _
)
protected SecurityToken(
    string tokenType
);
protected:
SecurityToken(
    String^ tokenType
);
protected SecurityToken(
    System.String tokenType
);
protected function SecurityToken(
     tokenType : String
);

Parameters

  • tokenType
    The type of security token to create a new instance of.

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

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