3 references to GetCertificateValidator
System.ServiceModel (3)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
36
this.sslCertificateValidator = credentials.ServiceCertificate.SslCertificateAuthentication.
GetCertificateValidator
();
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
319
return new X509SecurityTokenAuthenticator(parent.ServiceCertificate.Authentication.
GetCertificateValidator
(), false);
326
return new X509SecurityTokenAuthenticator(parent.ServiceCertificate.SslCertificateAuthentication.
GetCertificateValidator
(), false);