2 references to TLS_NULL_WITH_NULL_NULL
InMemory.FunctionalTests (1)
HttpsConnectionMiddlewareTests.cs (1)
149Assert.True(tlsFeature.NegotiatedCipherSuite >= TlsCipherSuite.TLS_NULL_WITH_NULL_NULL, "NegotiatedCipherSuite");
System.Net.Security (1)
System\Net\Security\SslConnectionInfo.Unix.cs (1)
45case TlsCipherSuite.TLS_NULL_WITH_NULL_NULL: return 0 << 12 | 1 << 8 | 0 << 4 | 0;