2 references to IsValidContext
System.Net.Security (2)
System\Net\Security\SslStream.cs (1)
462public override bool IsAuthenticated => IsValidContext && _exception == null && _handshakeCompleted;
System\Net\Security\SslStream.Protocol.cs (1)
309if (IsValidContext)