2 references to None
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
Connection\DirectTlsConnection.FeatureCollection.cs (1)
65public HashAlgorithmType HashAlgorithm => HashAlgorithmType.None;
System.Net.Security (1)
System\Net\Security\SslConnectionInfo.Unix.cs (1)
30new[] { (int)HashAlgorithmType.None, (int)HashAlgorithmType.Md5, (int)HashAlgorithmType.Sha1, (int)HashAlgorithmType.Sha256, (int)HashAlgorithmType.Sha384, (int)HashAlgorithmType.Sha512, };