4 writes to _remoteOk
System.Net.Security (4)
System\Net\Security\NegotiateStream.cs (4)
661
_remoteOk
= false;
801
_remoteOk
= true;
896
_remoteOk
= statusCode is NegotiateAuthenticationStatusCode.Completed;
900
_remoteOk
= true;
3 references to _remoteOk
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (3)
222
private bool IsAuthenticatedCore => _context != null && HandshakeComplete && _exception == null &&
_remoteOk
;
814
if (
_remoteOk
)
911
if (!
_remoteOk
)