X509SecurityTokenParameters.SupportsServerAuthentication 属性
定义
获取一个值,该值指示令牌是否支持服务器身份验证。Gets a value that indicates whether the token supports server authentication.
protected public:
virtual property bool SupportsServerAuthentication { bool get(); };
protected internal override bool SupportsServerAuthentication { get; }
member this.SupportsServerAuthentication : bool
Protected Friend Overrides ReadOnly Property SupportsServerAuthentication As Boolean
属性值
如果该令牌支持服务器身份验证,则为 true;否则为 false。true if the token supports server authentication; otherwise, false. 始终返回 true。Always returns true.