ServiceModelSecurityTokenTypes 类

定义

表示由 WCF 识别的安全令牌类型。

public ref class ServiceModelSecurityTokenTypes abstract sealed
public static class ServiceModelSecurityTokenTypes
type ServiceModelSecurityTokenTypes = class
Public Class ServiceModelSecurityTokenTypes
继承
ServiceModelSecurityTokenTypes

注解

ServiceCredentialsSecurityTokenManagerClientCredentialsSecurityTokenManager 将使用此类型的静态字符串来识别令牌提供程序和令牌身份验证器,从而根据令牌类型来进行创建。

属性

AnonymousSslnego

获取一个字符串,该字符串指示发起方为匿名,但响应方证书可用作 SOAP SSL 协商的一部分。

MutualSslnego

获取一个字符串,该字符串指示发起方和响应方使用 X.509 证书进行了相互验证。

SecureConversation

获取一个字符串,该字符串指示服务是否使用了 WS-SecureConversation 身份验证。

SecurityContext

获取一个字符串,该字符串指示服务是否使用了 SOAP SecurityContext 身份验证。

Spnego

获取一个字符串,该字符串指示身份验证是否是通过 Windows Services SP Negotiation (SPNEGO) 协议进行的。

SspiCredential

获取一个字符串,该字符串指示是否是通过 Windows 凭据进行客户端身份验证的。

适用于