PeerCredential.PeerAuthentication プロパティ

定義

ピア認証オブジェクトを取得または設定します。

public:
 property System::ServiceModel::Security::X509PeerCertificateAuthentication ^ PeerAuthentication { System::ServiceModel::Security::X509PeerCertificateAuthentication ^ get(); void set(System::ServiceModel::Security::X509PeerCertificateAuthentication ^ value); };
public System.ServiceModel.Security.X509PeerCertificateAuthentication PeerAuthentication { get; set; }
member this.PeerAuthentication : System.ServiceModel.Security.X509PeerCertificateAuthentication with get, set
Public Property PeerAuthentication As X509PeerCertificateAuthentication

プロパティ値

ピア認証オブジェクト。

注釈

このプロパティは、メッシュ内の近隣間認証中に呼び出される検証コントロールを指定します。 新しいピアが近隣接続を確立しようとすると、応答側ピアに独自の資格情報が渡されます。 レスポンダーの検証コントロールが呼び出され、リモート パーティの資格情報が検証されます。 メッシュでピア接続が確立されるたびに、両方のピアが相互に認証されます。つまり、両端の検証コントロールが呼び出されます。

適用対象