1 write to isNtlm
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
788
isNtlm
= string.Equals(_context.Package, NegotiationInfoClass.NTLM);
2 references to isNtlm
System.Net.Security (2)
System\Net\Security\NegotiateStream.cs (2)
395
if (
isNtlm
&& !_context.IsEncrypted)
526
if (
isNtlm
&& !isEncrypted)