2 writes to sslCertificateAuthentication
System.ServiceModel (2)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (2)
35this.sslCertificateAuthentication = new X509ServiceCertificateAuthentication(other.sslCertificateAuthentication); 87this.sslCertificateAuthentication = value;
5 references to sslCertificateAuthentication
System.ServiceModel (5)
System\ServiceModel\Security\X509CertificateRecipientClientCredential.cs (5)
33if (other.sslCertificateAuthentication != null) 35this.sslCertificateAuthentication = new X509ServiceCertificateAuthentication(other.sslCertificateAuthentication); 82return this.sslCertificateAuthentication; 138if (this.sslCertificateAuthentication != null) 140this.sslCertificateAuthentication.MakeReadOnly();