Share via


WSTrust.TokenTypes Class

Defines constants for the <TokenType> XML element that is used when a security token is being requested or issued.

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

Usage

'Usage
Dim wSTrust_TokenTypes1 As WSTrust.TokenTypes

Syntax

'Declaration
NotInheritable Public Class WSTrust.TokenTypes
public static class WSTrust.TokenTypes
public ref class WSTrust::TokenTypes abstract sealed
public final abstract class WSTrust.TokenTypes
public abstract class WSTrust.TokenTypes

Remarks

The <TokenType> XML element is used when requesting and issuing a security token from a security token service. WSE natively supports the issuance of SecurityContextToken security tokens, which corresponds to the SecurityContextToken field. To issue other types of security tokens, build a custom security token service. For more details about issuing security tokens, see Issuing Security Tokens.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Services3.Security.WSTrust.TokenTypes

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

WSTrust.TokenTypes Members
Microsoft.Web.Services3.Security Namespace