3 references to HandshakeComplete
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (3)
222private bool IsAuthenticatedCore => _context != null && HandshakeComplete && _exception == null && _remoteOk; 894if (HandshakeComplete && message.Length > 0) 911if (HandshakeComplete)