1 write to _sslCertificateValidator
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
32_sslCertificateValidator = credentials.ServiceCertificate.SslCertificateAuthentication.GetCertificateValidator();
3 references to _sslCertificateValidator
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (3)
169if (_sslCertificateValidator != null) 188Fx.Assert(_sslCertificateValidator != null, "sslCertificateAuthentidation should not be null."); 192_sslCertificateValidator.Validate(certificate);