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