3 references to TLS_NULL_WITH_NULL_NULL
InMemory.FunctionalTests (2)
HttpsConnectionMiddlewareTests.cs (2)
149Assert.True(tlsFeature.NegotiatedCipherSuite >= TlsCipherSuite.TLS_NULL_WITH_NULL_NULL, "NegotiatedCipherSuite"); 341Assert.True(handshakeFeature.NegotiatedCipherSuite >= TlsCipherSuite.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;