次の方法で共有


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

適用対象