Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ServiceModelSecurityTokenTypes Class

 

Represents the types of security tokens recognized by WCF.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

System::Object
  System.ServiceModel.Security.Tokens::ServiceModelSecurityTokenTypes

public ref class ServiceModelSecurityTokenTypes abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticAnonymousSslnego

Gets a string that indicates that the initiator is anonymous but the responder certificate is available as part of a SOAP SSL negotiation.

System_CAPS_pubpropertySystem_CAPS_staticMutualSslnego

Gets a string that indicates that the initiator and responder mutually authenticate each other using X.509 certificates.

System_CAPS_pubpropertySystem_CAPS_staticSecureConversation

Gets a string that indicates whether the service uses WS-SecureConversation authentication.

System_CAPS_pubpropertySystem_CAPS_staticSecurityContext

Gets a string that indicates whether the service uses SOAP SecurityContext authentication.

System_CAPS_pubpropertySystem_CAPS_staticSpnego

Gets a string that indicates whether authentication is done via the Windows Services SP Negotiation (SPNEGO) protocol.

System_CAPS_pubpropertySystem_CAPS_staticSspiCredential

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.

.NET Framework
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.

Return to top
Show:
© 2017 Microsoft