3 implementations of KeyExchangeAlgorithm
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
610
ExchangeAlgorithmType ITlsHandshakeFeature.
KeyExchangeAlgorithm
=> Request.KeyExchangeAlgorithm;
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
428
ExchangeAlgorithmType ITlsHandshakeFeature.
KeyExchangeAlgorithm
=> KeyExchangeAlgorithm;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
128
public ExchangeAlgorithmType
KeyExchangeAlgorithm
=> _snapshotted ? _keyExchangeAlgorithm : _sslStream.KeyExchangeAlgorithm;