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