2 writes to clientCertificate
System.ServiceModel (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
46
this.
clientCertificate
= new X509CertificateInitiatorClientCredential(other.clientCertificate);
112
this.
clientCertificate
= new X509CertificateInitiatorClientCredential();
7 references to clientCertificate
System.ServiceModel (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
45
if (other.
clientCertificate
!= null)
46
this.clientCertificate = new X509CertificateInitiatorClientCredential(other.
clientCertificate
);
110
if (this.
clientCertificate
== null)
114
this.
clientCertificate
.MakeReadOnly();
116
return this.
clientCertificate
;
337
if (this.
clientCertificate
!= null)
338
this.
clientCertificate
.MakeReadOnly();