2 writes to serviceCertificate
System.ServiceModel (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
48
this.
serviceCertificate
= new X509CertificateRecipientClientCredential(other.serviceCertificate);
126
this.
serviceCertificate
= new X509CertificateRecipientClientCredential();
7 references to serviceCertificate
System.ServiceModel (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
47
if (other.
serviceCertificate
!= null)
48
this.serviceCertificate = new X509CertificateRecipientClientCredential(other.
serviceCertificate
);
124
if (this.
serviceCertificate
== null)
128
this.
serviceCertificate
.MakeReadOnly();
130
return this.
serviceCertificate
;
339
if (this.
serviceCertificate
!= null)
340
this.
serviceCertificate
.MakeReadOnly();