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