2 writes to _handshakeCompleted
System.Net.Security (2)
System\Net\Security\SslStream.IO.cs (2)
581
_handshakeCompleted
= false;
585
_handshakeCompleted
= true;
1 reference to _handshakeCompleted
System.Net.Security (1)
System\Net\Security\SslStream.cs (1)
462
public override bool IsAuthenticated => IsValidContext && _exception == null &&
_handshakeCompleted
;