12 references to Negotiate
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AuthenticationSchemesHelper.cs (1)
17case AuthenticationSchemes.Negotiate:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (4)
337goto case AuthenticationSchemes.Negotiate; 338case AuthenticationSchemes.Negotiate: 373case AuthenticationSchemes.Negotiate: 542return authScheme == AuthenticationSchemes.Negotiate ||
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
89case AuthenticationSchemes.Negotiate:
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
412effectiveAuthenticationSchemes == AuthenticationSchemes.Negotiate, 517this.AuthenticationScheme = AuthenticationSchemes.Negotiate;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpClientCredentialType.cs (2)
54result = AuthenticationSchemes.Negotiate; 83case AuthenticationSchemes.Negotiate:
System.Net.Primitives (1)
System\Net\AuthenticationSchemes.cs (1)
17IntegratedWindowsAuthentication = Negotiate | Ntlm,
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
322[InlineData(HttpProxyCredentialType.Windows, AuthenticationSchemes.Negotiate)]