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 EncryptedKeyToken Represents the value of the <TokenType> XML element that specifies a EncryptedKeyToken security token is being requested or issued. This field is constant.
public field static GSSKerberosv5APREQ 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 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

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

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