25 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 (12)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
220
credentials.Add(credentialCacheUriPrefix, AuthenticationSchemesHelper.ToString(AuthenticationSchemes.
Negotiate
),
System\ServiceModel\Channels\HttpChannelFactory.cs (5)
325
credentials.Add(credentialCacheUriPrefix, AuthenticationSchemesHelper.ToString(AuthenticationSchemes.
Negotiate
),
420
case AuthenticationSchemes.
Negotiate
:
455
case AuthenticationSchemes.
Negotiate
:
637
return authScheme == AuthenticationSchemes.
Negotiate
||
1412
credentials.Add(_address, AuthenticationSchemesHelper.ToString(AuthenticationSchemes.
Negotiate
),
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
84
case AuthenticationSchemes.
Negotiate
:
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
265
effectiveAuthenticationSchemes == AuthenticationSchemes.
Negotiate
,
System\ServiceModel\HttpClientCredentialType.cs (2)
55
result = AuthenticationSchemes.
Negotiate
;
84
case AuthenticationSchemes.
Negotiate
:
System\ServiceModel\HttpProxyCredentialType.cs (2)
48
result = AuthenticationSchemes.
Negotiate
;
74
case AuthenticationSchemes.
Negotiate
:
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
322
[InlineData(HttpProxyCredentialType.Windows, AuthenticationSchemes.
Negotiate
)]
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\AuthenticationSchemesHelper.cs (1)
18
case AuthenticationSchemes.
Negotiate
: