1 reference to TLS_NULL_WITH_NULL_NULL
System.Net.Security (1)
System\Net\Security\SslConnectionInfo.Unix.cs (1)
47case TlsCipherSuite.TLS_NULL_WITH_NULL_NULL: return 0 << 12 | 1 << 8 | 0 << 4 | 0;