4 writes to _remoteOk
System.Net.Security (4)
System\Net\Security\NegotiateStream.cs (4)
664_remoteOk = false; 803_remoteOk = true; 898_remoteOk = statusCode is NegotiateAuthenticationStatusCode.Completed; 902_remoteOk = true;
3 references to _remoteOk
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (3)
222private bool IsAuthenticatedCore => _context != null && HandshakeComplete && _exception == null && _remoteOk; 816if (_remoteOk) 913if (!_remoteOk)