3 implementations of CipherAlgorithm
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
635
CipherAlgorithmType ITlsHandshakeFeature.
CipherAlgorithm
=> Request.CipherAlgorithm;
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
417
CipherAlgorithmType ITlsHandshakeFeature.
CipherAlgorithm
=> CipherAlgorithm;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
122
public CipherAlgorithmType
CipherAlgorithm
=> _snapshotted ? _cipherAlgorithm : _sslStream.CipherAlgorithm;