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