次の方法で共有


ISecurityCapabilities.SupportsClientAuthentication プロパティ

定義

このバインディングがクライアント認証をサポートするかどうかを示す値を取得します。

public:
 property bool SupportsClientAuthentication { bool get(); };
public bool SupportsClientAuthentication { get; }
member this.SupportsClientAuthentication : bool
Public ReadOnly Property SupportsClientAuthentication As Boolean

プロパティ値

バインディングでクライアント認証をサポートできる場合は true。それ以外の場合は false

適用対象