Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

PeerCredential::PeerAuthentication Property

 

Gets or sets the peer authentication object.

Namespace:   System.ServiceModel.Security
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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft