PeerCredential::PeerAuthentication Property
Gets or sets the peer authentication object.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property X509PeerCertificateAuthentication^ PeerAuthentication { X509PeerCertificateAuthentication^ get(); void set(X509PeerCertificateAuthentication^ value); }
Property Value
Type: System.ServiceModel.Security::X509PeerCertificateAuthentication^The peer authentication object.
This property specifies a validator, which is invoked during neighbor-to-neighbor authentication in the mesh. When a new peer tries to establish a neighbor connection, it passes its own credential to the responding peer. The validator of the responder is invoked to verify the credential of the remote party. Whenever a peer connection is established in the mesh, both peers are mutually authenticated, meaning validators on both ends are invoked.
Available since 3.0