2 references to MapToClientCredentialType
System.ServiceModel (2)
System\ServiceModel\HttpTransportSecurity.cs (2)
105
transportSecurity.clientCredentialType = HttpClientCredentialTypeHelper.
MapToClientCredentialType
(http.AuthenticationScheme);
150
if (HttpClientCredentialTypeHelper.
MapToClientCredentialType
(http.AuthenticationScheme) == HttpClientCredentialType.Certificate)