1 write to SslCertificateAuthentication
System.ServiceModel (1)
System\ServiceModel\Configuration\X509RecipientCertificateClientElement.cs (1)
85
cert.
SslCertificateAuthentication
= new X509ServiceCertificateAuthentication();
5 references to SslCertificateAuthentication
System.ServiceModel (5)
System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
34
if (credentials != null && credentials.ServiceCertificate.
SslCertificateAuthentication
!= null)
36
this.sslCertificateValidator = credentials.ServiceCertificate.
SslCertificateAuthentication
.GetCertificateValidator();
System\ServiceModel\Configuration\X509RecipientCertificateClientElement.cs (1)
86
this.SslCertificateAuthentication.ApplyConfiguration(cert.
SslCertificateAuthentication
);
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
324
if (parent.ServiceCertificate.
SslCertificateAuthentication
!= null)
326
return new X509SecurityTokenAuthenticator(parent.ServiceCertificate.
SslCertificateAuthentication
.GetCertificateValidator(), false);