8 references to NegotiateClient
System (8)
net\System\Net\_NTAuthentication.cs (1)
348
if (package == NtlmClient.AuthType || package ==
NegotiateClient
.AuthType) {
net\System\Net\Configuration\AuthenticationModulesSection.cs (1)
49
new AuthenticationModuleElement(typeof(
NegotiateClient
).AssemblyQualifiedName));
net\System\Net\CredentialCache.cs (2)
70
|| (string.Compare(authType,
NegotiateClient
.AuthType, StringComparison.OrdinalIgnoreCase)==0))
113
|| (string.Compare(authenticationType,
NegotiateClient
.AuthType, StringComparison.OrdinalIgnoreCase)==0))
net\System\Net\HttpListener.cs (4)
1466
string.Compare(authorizationHeader, 0,
NegotiateClient
.AuthType, 0, index, StringComparison.OrdinalIgnoreCase) == 0)
1626
string package = headerScheme == AuthenticationSchemes.Ntlm ? NtlmClient.AuthType :
NegotiateClient
.AuthType;
1736
challenge = (headerScheme==AuthenticationSchemes.Ntlm ? NtlmClient.AuthType :
NegotiateClient
.AuthType);
2234
AddChallenge(ref challenges,
NegotiateClient
.AuthType);