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