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