2 writes to authentication
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateInitiatorServiceCredential.cs (2)
22this.authentication = new X509ClientCertificateAuthentication(); 28this.authentication = new X509ClientCertificateAuthentication(other.authentication);
2 references to authentication
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateInitiatorServiceCredential.cs (2)
28this.authentication = new X509ClientCertificateAuthentication(other.authentication); 49return this.authentication;