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

属性值

X509PeerCertificateAuthentication

对等身份验证对象。

注解

此属性指定一个验证程序,在网格中执行邻居对等身份验证的过程中将调用该验证程序。 当新对等方尝试建立邻居连接时,它会将自己的凭据传递到响应的对等方。 将调用响应方的验证程序来验证远程方的凭据。 每当在网格中建立对等连接时,对等方将会相互进行身份验证,这意味着会同时在两方调用验证程序。

适用于