RsaSecurityTokenParameters.SupportsClientWindowsIdentity 属性
定义
实现时,将获取一个值,该值指示令牌是否支持 Windows 标识的身份验证。When implemented, gets a value that indicates whether the token supports a Windows identity for authentication.
protected public:
virtual property bool SupportsClientWindowsIdentity { bool get(); };
protected internal override bool SupportsClientWindowsIdentity { get; }
member this.SupportsClientWindowsIdentity : bool
Protected Friend Overrides ReadOnly Property SupportsClientWindowsIdentity As Boolean
属性值
如果该令牌支持 Windows 标识的身份验证,则为 true;否则为 false。true if the token supports a Windows identity for authentication; otherwise, false.
注解
此属性始终返回 false。This property always returns false.