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)
247
return _Context != null && HandshakeComplete && _Exception == null &&
_RemoteOk
;
598
if (HandshakeComplete &&
_RemoteOk
)
683
if (!
_RemoteOk
)