4 references to Ntlm
System.ServiceModel.Http (3)
System\ServiceModel\HttpProxyCredentialType.cs (3)
26
value == HttpProxyCredentialType.
Ntlm
||
44
case HttpProxyCredentialType.
Ntlm
:
72
result = HttpProxyCredentialType.
Ntlm
;
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
321
[InlineData(HttpProxyCredentialType.
Ntlm
, AuthenticationSchemes.Ntlm)]