6 references to IsEncrypted
System.Net.Security (6)
System\Net\Security\NegotiateAuthentication.cs (1)
98!IsEncrypted ? ProtectionLevel.Sign :
System\Net\Security\NegotiateStream.cs (5)
229public override bool IsEncrypted => IsAuthenticatedCore && _context.IsEncrypted; 231public override bool IsSigned => IsAuthenticatedCore && (_context.IsSigned || _context.IsEncrypted); 248private bool CanGetSecureStream => _context!.IsEncrypted || _context.IsSigned; 395if (isNtlm && !_context.IsEncrypted) 522bool isEncrypted = _context.IsEncrypted;