5 references to ServiceCertificate
dotnet-svcutil-lib (5)
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 (3)
184
return new X509SecurityTokenAuthenticator(_parent.
ServiceCertificate
.Authentication.GetCertificateValidator(), false);
189
if (_parent.
ServiceCertificate
.SslCertificateAuthentication != null)
191
return new X509SecurityTokenAuthenticator(_parent.
ServiceCertificate
.SslCertificateAuthentication.GetCertificateValidator(), false);