3 implementations of HashStrength
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
641
int ITlsHandshakeFeature.
HashStrength
=> Request.HashStrength;
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
426
int ITlsHandshakeFeature.
HashStrength
=> HashStrength;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
131
public int
HashStrength
=> _snapshotted ? _hashStrength : _sslStream.HashStrength;