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