This documentation is archived and is not being maintained.
ServiceModelSecurityTokenTypes Class
Visual Studio 2010
Represents the types of security tokens recognized by .
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The ServiceModelSecurityTokenTypes type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | AnonymousSslnego | Gets a string that indicates that the initiator is anonymous but the responder certificate is available as part of a SOAP SSL negotiation. |
![]() ![]() | MutualSslnego | Gets a string that indicates that the initiator and responder mutually authenticate each other using X.509 certificates. |
![]() ![]() | SecureConversation | Gets a string that indicates whether the service uses WS-SecureConversation authentication. |
![]() ![]() | SecurityContext | Gets a string that indicates whether the service uses SOAP SecurityContext authentication. |
![]() ![]() | Spnego | Gets a string that indicates whether authentication is done via the Windows Services SP Negotiation (SPNEGO) protocol. |
![]() ![]() | SspiCredential | Gets a string that indicates whether client authentication is by means of a Windows credential. |
The static strings in this type are used by the ServiceCredentialsSecurityTokenManager and ClientCredentialsSecurityTokenManager to identify token providers and token authenticators to create based on the token type.
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:
