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