IssuedSecurityTokenParameters.SupportsServerAuthentication プロパティ

定義

実装された場合、トークンがサーバー認証をサポートするかどうかを示す値を取得します。

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

プロパティ値

Boolean

トークンがサーバー認証をサポートしている場合は true、それ以外の場合は false

注釈

このプロパティは常に true を返します。

適用対象