3 references to IsValidContext
System (3)
net\System\Net\_SecureChannel.cs (1)
459if (IsValidContext)
net\System\Net\SecureProtocols\_SslState.cs (2)
143if (Context != null && Context.IsValidContext) { 195return _Context != null && _Context.IsValidContext && _Exception == null && HandshakeCompleted;