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)
32if (other._sslCertificateAuthentication != null) 34_sslCertificateAuthentication = new X509ServiceCertificateAuthentication(other._sslCertificateAuthentication); 79return _sslCertificateAuthentication; 135if (_sslCertificateAuthentication != null) 137_sslCertificateAuthentication.MakeReadOnly();