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