3 writes to _RemoteOk
System (3)
net\System\Net\SecureProtocols\_NegoState.cs (3)
161_RemoteOk = false; 560_RemoteOk = true; 667_RemoteOk = true;
3 references to _RemoteOk
System (3)
net\System\Net\SecureProtocols\_NegoState.cs (3)
247return _Context != null && HandshakeComplete && _Exception == null && _RemoteOk; 598if (HandshakeComplete && _RemoteOk) 683if (!_RemoteOk)