3 references to GetCertificateValidator
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
32
_sslCertificateValidator = credentials.ServiceCertificate.SslCertificateAuthentication.
GetCertificateValidator
();
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
256
return new X509SecurityTokenAuthenticator(ClientCredentials.ServiceCertificate.Authentication.
GetCertificateValidator
());
263
return new X509SecurityTokenAuthenticator(ClientCredentials.ServiceCertificate.SslCertificateAuthentication.
GetCertificateValidator
());