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