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