2 writes to _sslCertificateAuthentication
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
34
_sslCertificateAuthentication
= new X509ServiceCertificateAuthentication(other._sslCertificateAuthentication);
84
_sslCertificateAuthentication
= value;
5 references to _sslCertificateAuthentication
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (5)
32
if (other.
_sslCertificateAuthentication
!= null)
34
_sslCertificateAuthentication = new X509ServiceCertificateAuthentication(other.
_sslCertificateAuthentication
);
79
return
_sslCertificateAuthentication
;
135
if (
_sslCertificateAuthentication
!= null)
137
_sslCertificateAuthentication
.MakeReadOnly();