Share via


WSTrust.TokenTypes Members

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

The following tables list the members exposed by the WSTrust.TokenTypes type.

Public Fields

  Name Description
public field static DerivedKeyToken Represents the value of the <TokenType> XML element that specifies a DerivedKeyToken security token is being requested or issued. This field is constant.
public field static Kerberosv5APREQ  
public field static Kerberosv5ST Represents the value of the <TokenType> XML element that specifies a KerberosToken security token is being requested or issued. This field is constant.
public field static Kerberosv5TGT Represents the value of the <TokenType> XML element that specifies a Kerberos Ticket Granting Ticket (TGT) is being requested or issued. This field is constant.
public field static SAMLAssertion Represents the value of the <TokenType> XML element that specifies a SAML security token is being requested or issued. This field is constant.
public field static SecurityContextToken Represents the value of the <TokenType> XML element that specifies a SecurityContextToken security token is being requested or issued. This field is constant.
public field static UsernameToken Represents the value of the <TokenType> XML element that specifies a UsernameToken security token is being requested or issued. This field is constant.
public field static X509v3 Represents the value of the <TokenType> XML element that specifies an X509SecurityToken security token is being requested or issued. This field is constant.
public field static XrMLLicense Represents the value of the <TokenType> XML element that specifies an XrML license is being requested or issued. This field is constant.

Top

Public Methods

  Name Description
public method Equals  (inherited from Object )
public method GetHashCode  (inherited from Object )
public method GetType  (inherited from Object )
public method ToString  (inherited from Object )

Top

See Also

Reference

WSTrust.TokenTypes Class
Microsoft.Web.Services2.Security Namespace