1 write to sslCertificateValidator
System.ServiceModel (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
36
this.
sslCertificateValidator
= credentials.ServiceCertificate.SslCertificateAuthentication.GetCertificateValidator();
3 references to sslCertificateValidator
System.ServiceModel (3)
System\ServiceModel\Channels\HttpsChannelFactory.cs (3)
242
if (this.
sslCertificateValidator
!= null)
258
Fx.Assert(this.
sslCertificateValidator
!= null, "sslCertificateAuthentidation should not be null.");
262
this.
sslCertificateValidator
.Validate(new X509Certificate2(certificate));