6 references to NTLM
System (6)
net\System\Net\_NTAuthentication.cs (1)
276
return (object) m_LastProtocolName == (object) NegotiationInfoClass.
NTLM
;
net\System\Net\_SSPIWrapper.cs (2)
907
else if (string.Compare(name,
NTLM
, StringComparison.OrdinalIgnoreCase)==0) {
908
AuthenticationPackage =
NTLM
;
net\System\Net\HttpListener.cs (1)
1697
if (UnsafeConnectionNtlmAuthentication && context.ProtocolName == NegotiationInfoClass.
NTLM
)
net\System\Net\SecureProtocols\_NegoState.cs (2)
175
package = NegotiationInfoClass.
NTLM
;
305
return (_Context.IsDelegationFlag && _Context.ProtocolName != NegotiationInfoClass.
NTLM
) ? TokenImpersonationLevel.Delegation