6 references to Null
Http2SampleApp (1)
Program.cs (1)
49
if (tlsFeature.CipherAlgorithm == CipherAlgorithmType.
Null
)
IIS.Tests (1)
TlsHandshakeFeatureTests.cs (1)
37
Assert.True(cipherAlgorithm > CipherAlgorithmType.
Null
, "Cipher: " + cipherAlgorithm);
InMemory.FunctionalTests (2)
HttpsConnectionMiddlewareTests.cs (2)
150
Assert.True(tlsFeature.CipherAlgorithm > CipherAlgorithmType.
Null
, "Cipher");
186
Assert.True(tlsFeature.CipherAlgorithm > CipherAlgorithmType.
Null
, "Cipher");
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
HttpsTests.cs (1)
169
Assert.True(cipherAlgorithm > CipherAlgorithmType.
Null
, "Cipher: " + cipherAlgorithm);
System.Net.Security (1)
System\Net\Security\SslConnectionInfo.Unix.cs (1)
26
new[] { (int)CipherAlgorithmType.None, (int)CipherAlgorithmType.
Null
, (int)CipherAlgorithmType.Des, (int)CipherAlgorithmType.Rc2, (int)CipherAlgorithmType.TripleDes, (int)CipherAlgorithmType.Aes128, (int)CipherAlgorithmType.Aes192, (int)CipherAlgorithmType.Aes256, (int)CipherAlgorithmType.Aes, (int)CipherAlgorithmType.Rc4, };