X509SecurityTokenParameters.SupportsClientAuthentication プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
トークンがクライアント認証をサポートしているかどうかを示す値を取得します。
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
を返します。