PeerCredential.PeerAuthentication Property

Definition

Gets or sets the peer authentication object.

C#
public System.ServiceModel.Security.X509PeerCertificateAuthentication PeerAuthentication { get; set; }

Property Value

The peer authentication object.

Remarks

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.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1