3 implementations of CipherStrength
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
637int ITlsHandshakeFeature.CipherStrength => Request.CipherStrength;
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
420int ITlsHandshakeFeature.CipherStrength => CipherStrength;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
125public int CipherStrength => _snapshotted ? _cipherStrength : _sslStream.CipherStrength;