4 references to SslCertificateAuthentication
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
30
if (credentials != null && credentials.ServiceCertificate.
SslCertificateAuthentication
!= null)
32
_sslCertificateValidator = credentials.ServiceCertificate.
SslCertificateAuthentication
.GetCertificateValidator();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
189
if (_parent.ServiceCertificate.
SslCertificateAuthentication
!= null)
191
return new X509SecurityTokenAuthenticator(_parent.ServiceCertificate.
SslCertificateAuthentication
.GetCertificateValidator(), false);