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 | |
---|---|---|
DerivedKeyToken | Represents the value of the <TokenType> XML element that specifies a DerivedKeyToken security token is being requested or issued. This field is constant. | |
EncryptedKeyToken | Represents the value of the <TokenType> XML element that specifies a EncryptedKeyToken security token is being requested or issued. This field is constant. | |
GSSKerberosv5APREQ | Represents the value of the <TokenType> XML element that specifies a KerberosToken security token is being requested or issued. This field is constant. | |
SAMLAssertion | Represents the value of the <TokenType> XML element that specifies a SAML security token is being requested or issued. This field is constant. | |
SecurityContextToken | Represents the value of the <TokenType> XML element that specifies a SecurityContextToken security token is being requested or issued. This field is constant. | |
UsernameToken | Represents the value of the <TokenType> XML element that specifies a UsernameToken security token is being requested or issued. This field is constant. | |
X509v3 | Represents the value of the <TokenType> XML element that specifies an X509SecurityToken security token is being requested or issued. This field is constant. | |
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 | |
---|---|---|
Equals | Overloaded. (Inherited from Object ) | |
GetHashCode | (Inherited from Object ) | |
GetType | (Inherited from Object ) | |
ReferenceEquals | (Inherited from Object ) | |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object ) | |
MemberwiseClone | (Inherited from Object ) |
Top
See Also
Reference
WSTrust.TokenTypes Class
Microsoft.Web.Services3.Security Namespace