共用方式為


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

適用於