2 writes to _serviceCertificate
System.ServiceModel.Primitives (2)
System\ServiceModel\Description\ClientCredentials.cs (2)
45
_serviceCertificate
= new X509CertificateRecipientClientCredential(other._serviceCertificate);
99
_serviceCertificate
= new X509CertificateRecipientClientCredential();
7 references to _serviceCertificate
System.ServiceModel.Primitives (7)
System\ServiceModel\Description\ClientCredentials.cs (7)
43
if (other.
_serviceCertificate
!= null)
45
_serviceCertificate = new X509CertificateRecipientClientCredential(other.
_serviceCertificate
);
97
if (
_serviceCertificate
== null)
102
_serviceCertificate
.MakeReadOnly();
105
return
_serviceCertificate
;
222
if (
_serviceCertificate
!= null)
224
_serviceCertificate
.MakeReadOnly();