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