5 references to None
IIS.Tests (1)
TlsHandshakeFeatureTests.cs (1)
43
Assert.True(hashAlgorithm >= HashAlgorithmType.
None
, "HashAlgorithm: " + hashAlgorithm);
InMemory.FunctionalTests (2)
HttpsConnectionMiddlewareTests.cs (2)
152
Assert.True(tlsFeature.HashAlgorithm >= HashAlgorithmType.
None
, "HashAlgorithm"); // May be None on Linux.
188
Assert.True(tlsFeature.HashAlgorithm >= HashAlgorithmType.
None
, "HashAlgorithm"); // May be None on Linux.
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
HttpsTests.cs (1)
175
Assert.True(hashAlgorithm >= HashAlgorithmType.
None
, "HashAlgorithm: " + hashAlgorithm);
System.Net.Security (1)
System\Net\Security\SslConnectionInfo.Unix.cs (1)
30
new[] { (int)HashAlgorithmType.
None
, (int)HashAlgorithmType.Md5, (int)HashAlgorithmType.Sha1, (int)HashAlgorithmType.Sha256, (int)HashAlgorithmType.Sha384, (int)HashAlgorithmType.Sha512, };