6 references to Certificate
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpClientCredentialType.cs (2)
30value == HttpClientCredentialType.Certificate || 39case HttpClientCredentialType.Certificate:
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (4)
105https.RequireClientCertificate = (_clientCredentialType == HttpClientCredentialType.Certificate); 112transportSecurity.ClientCredentialType = HttpClientCredentialType.Certificate; 117if (_clientCredentialType == HttpClientCredentialType.Certificate) 126if (HttpClientCredentialTypeHelper.MapToClientCredentialType(http.AuthenticationScheme) == HttpClientCredentialType.Certificate)