1 write to TlsCipherSuite
System.Net.Security (1)
System\Net\Security\SslConnectionInfo.Unix.cs (1)
21TlsCipherSuite = cipherSuite;
2 references to TlsCipherSuite
System.Net.Security (2)
System\Net\Security\SslStream.cs (1)
584return _connectionInfo.TlsCipherSuite;
System\Net\Security\TlsSession.cs (1)
266_isHandshakeComplete ? (TlsCipherSuite)_connectionInfo.TlsCipherSuite : default;