UserNameSecurityTokenParameters.SupportsClientAuthentication プロパティ

定義

トークンがクライアント認証をサポートしているかどうかを示す値を取得します。

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

プロパティ値

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

適用対象