This documentation is archived and is not being maintained.
SecurityTokenTypes Class
Visual Studio 2010
Contains a set of static properties that returns strings that represent security token types.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
The SecurityTokenTypes type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Kerberos | Gets a string that represents a security token based upon a Kerberos ticket. |
![]() ![]() | Rsa | Gets a string that represents a security token based upon an RSA key. |
![]() ![]() | Saml | Gets a string that represents a security token based upon a SAML assertion. |
![]() ![]() | UserName | Gets a string that represents a security token based upon a user name and password. |
![]() ![]() | X509Certificate | Gets a string that represents a security token based upon an X.509 certificate. |
Use SecurityTokenTypes to specify the security token type that must be included in a SOAP message sent by a client or required by a service. To specify the security token type requirement, set the TokenType property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
