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

属性值

对等身份验证对象。

注解

此属性指定在网格中的邻居到邻居身份验证期间调用的验证程序。 当新对等方尝试建立邻居连接时,它将自己的凭据传递给响应的对等方。 调用响应方的验证程序以验证远程方的凭据。 每当在网格中建立对等连接时,两个对等方都经过相互身份验证,这意味着调用两端的验证程序。

适用于