2 writes to authentication
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
26this.authentication = new X509ServiceCertificateAuthentication(); 32this.authentication = new X509ServiceCertificateAuthentication(other.authentication);
2 references to authentication
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
32this.authentication = new X509ServiceCertificateAuthentication(other.authentication); 74return this.authentication;