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