ServiceModelSecurityTokenTypes.SspiCredential 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个字符串,该字符串指示是否是通过 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
属性值
一个字符串,该字符串指示是否是通过 Windows 凭据进行客户端身份验证的。
注解
SSPI 允许应用程序使用计算机或网络上可用的各种安全模型,而无需改变安全系统的接口。