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