1 write to _Context
System (1)
net\System\Net\SecureProtocols\_SslState.cs (1)
178_Context = new SecureChannel(targetHost, isServer, (SchProtocols)((int)enabledSslProtocols), serverCertificate, clientCertificates, remoteCertRequired,
3 references to _Context
System (3)
net\System\Net\SecureProtocols\_SslState.cs (3)
195return _Context != null && _Context.IsValidContext && _Exception == null && HandshakeCompleted; 445return _Context;