2 references to None
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (1)
Connection\DirectTlsConnection.FeatureCollection.cs (1)
71public ExchangeAlgorithmType KeyExchangeAlgorithm => ExchangeAlgorithmType.None;
System.Net.Security (1)
System\Net\Security\SslConnectionInfo.Unix.cs (1)
24new[] { (int)ExchangeAlgorithmType.None, (int)ExchangeAlgorithmType.RsaSign, (int)ExchangeAlgorithmType.RsaKeyX, (int)ExchangeAlgorithmType.DiffieHellman, };