SecurityTokenParameters.SupportsServerAuthentication プロパティ

定義

派生クラスでオーバーライドされると、トークンがサーバー認証をサポートするかどうかを示す値を取得します。

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

プロパティ値

true トークンがサーバー認証をサポートする場合。それ以外の場合は false

適用対象