SecurityTokenParameters.SupportsServerAuthentication 属性

定义

在派生类中重写时,获取一个指示该标记是否支持服务器身份验证的值。

protected public:
 abstract property bool SupportsServerAuthentication { bool get(); };
protected:
 abstract property bool SupportsServerAuthentication { bool get(); };
protected internal abstract bool SupportsServerAuthentication { get; }
protected abstract bool SupportsServerAuthentication { get; }
member this.SupportsServerAuthentication : bool
Protected Friend MustOverride ReadOnly Property SupportsServerAuthentication As Boolean
Protected MustOverride ReadOnly Property SupportsServerAuthentication As Boolean

属性值

Boolean

如果该令牌支持服务器身份验证,则为 true;否则为 false

适用于