ServiceModelSecurityTokenTypes.SspiCredential 属性

定义

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

public:
 static property System::String ^ SspiCredential { System::String ^ get(); };
public static string SspiCredential { get; }
member this.SspiCredential : string
Public Shared ReadOnly Property SspiCredential As String

属性值

String

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

注解

SSPI 允许应用程序使用计算机或网络上可用的各种安全模型,而无需改变安全系统的接口。

适用于