10 references to Ntlm
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AuthenticationSchemesHelper.cs (1)
18
case AuthenticationSchemes.
Ntlm
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (3)
336
case AuthenticationSchemes.
Ntlm
:
374
case AuthenticationSchemes.
Ntlm
:
543
authScheme == AuthenticationSchemes.
Ntlm
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
94
case AuthenticationSchemes.
Ntlm
:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
520
this.AuthenticationScheme = AuthenticationSchemes.
Ntlm
;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpClientCredentialType.cs (2)
51
result = AuthenticationSchemes.
Ntlm
;
80
case AuthenticationSchemes.
Ntlm
:
System.Net.Primitives (1)
System\Net\AuthenticationSchemes.cs (1)
17
IntegratedWindowsAuthentication = Negotiate |
Ntlm
,
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
321
[InlineData(HttpProxyCredentialType.Ntlm, AuthenticationSchemes.
Ntlm
)]