2 writes to clientCertificate
System.ServiceModel (2)
System\ServiceModel\Description\ServiceCredentials.cs (2)
39
this.
clientCertificate
= new X509CertificateInitiatorServiceCredential();
56
this.
clientCertificate
= new X509CertificateInitiatorServiceCredential(other.clientCertificate);
2 references to clientCertificate
System.ServiceModel (2)
System\ServiceModel\Description\ServiceCredentials.cs (2)
56
this.clientCertificate = new X509CertificateInitiatorServiceCredential(other.
clientCertificate
);
80
return this.
clientCertificate
;