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