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