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