SecurityTokenParameters.SupportsClientAuthentication プロパティ

定義

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

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

プロパティ値

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

適用対象