ServiceModelSecurityTokenTypes Class

Definition

Represents the types of security tokens recognized by WCF.

public ref class ServiceModelSecurityTokenTypes abstract sealed
public static class ServiceModelSecurityTokenTypes
type ServiceModelSecurityTokenTypes = class
Public Class ServiceModelSecurityTokenTypes
Inheritance
ServiceModelSecurityTokenTypes

Remarks

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.

Properties

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.

Applies to