PeerCredential.PeerAuthentication Propriedade
Definição
Obtém ou define o objeto de autenticação do par.Gets or sets the peer authentication object.
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
Valor da propriedade
O objeto de autenticação de mesmo nível.The peer authentication object.
Comentários
Esta propriedade especifica um validador, que é invocado durante a autenticação de vizinho para vizinho na malha.This property specifies a validator, which is invoked during neighbor-to-neighbor authentication in the mesh. Quando um novo par tenta estabelecer uma conexão vizinha, ele passa sua própria credencial para o par de resposta.When a new peer tries to establish a neighbor connection, it passes its own credential to the responding peer. O validador do respondente é chamado para verificar a credencial da parte remota.The validator of the responder is invoked to verify the credential of the remote party. Sempre que uma conexão de mesmo nível é estabelecida na malha, ambos os pares são mutuamente autenticados, o que significa que os validadores em ambas as extremidades são invocados.Whenever a peer connection is established in the mesh, both peers are mutually authenticated, meaning validators on both ends are invoked.