5 references to NTLM
System.Net.Security (5)
src\runtime\src\libraries\Common\src\Microsoft\Win32\SafeHandles\GssSafeHandles.cs (1)
96if (packageType == Interop.NetSecurityNative.PackageType.NTLM && !s_IsNtlmInstalled.Value)
System\Net\NegotiateAuthenticationPal.Unix.cs (4)
197if (_packageType == Interop.NetSecurityNative.PackageType.NTLM) 462return Interop.NetSecurityNative.PackageType.NTLM; 563Interop.NetSecurityNative.PackageType.NTLM => "NTLM", 633Interop.NetSecurityNative.PackageType.NTLM => "NTLM",