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