3 references to GetCertificateValidator
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
32
_sslCertificateValidator = credentials.ServiceCertificate.SslCertificateAuthentication.
GetCertificateValidator
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
184
return new X509SecurityTokenAuthenticator(_parent.ServiceCertificate.Authentication.
GetCertificateValidator
(), false);
191
return new X509SecurityTokenAuthenticator(_parent.ServiceCertificate.SslCertificateAuthentication.
GetCertificateValidator
(), false);