ServiceModelSecurityTokenTypes Class
Represents the types of security tokens recognized by WCF.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| 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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

