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