3 writes to peerAuthentication
System.ServiceModel (3)
System\ServiceModel\Security\PeerCredential.cs (3)
25
peerAuthentication
= new X509PeerCertificateAuthentication();
33
this.
peerAuthentication
= new X509PeerCertificateAuthentication(other.peerAuthentication);
73
this.
peerAuthentication
= value;
3 references to peerAuthentication
System.ServiceModel (3)
System\ServiceModel\Security\PeerCredential.cs (3)
33
this.peerAuthentication = new X509PeerCertificateAuthentication(other.
peerAuthentication
);
68
return this.
peerAuthentication
;
112
this.
peerAuthentication
.MakeReadOnly();