2 writes to _serviceCertificate
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (2)
34
_serviceCertificate
= new X509CertificateRecipientClientCredential(other._serviceCertificate);
74
_serviceCertificate
= new X509CertificateRecipientClientCredential();
7 references to _serviceCertificate
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientCredentials.cs (7)
33
if (other.
_serviceCertificate
!= null)
34
_serviceCertificate = new X509CertificateRecipientClientCredential(other.
_serviceCertificate
);
72
if (
_serviceCertificate
== null)
76
_serviceCertificate
.MakeReadOnly();
78
return
_serviceCertificate
;
188
if (
_serviceCertificate
!= null)
189
_serviceCertificate
.MakeReadOnly();