2 writes to _sslCertificateAuthentication
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
33_sslCertificateAuthentication = new X509ServiceCertificateAuthentication(other._sslCertificateAuthentication); 71_sslCertificateAuthentication = value;
5 references to _sslCertificateAuthentication
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (5)
31if (other._sslCertificateAuthentication != null) 33_sslCertificateAuthentication = new X509ServiceCertificateAuthentication(other._sslCertificateAuthentication); 66return _sslCertificateAuthentication; 122if (_sslCertificateAuthentication != null) 124_sslCertificateAuthentication.MakeReadOnly();