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