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