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)
169
if (
_sslCertificateValidator
!= null)
188
Fx.Assert(
_sslCertificateValidator
!= null, "sslCertificateAuthentidation should not be null.");
192
_sslCertificateValidator
.Validate(certificate);