3 implementations of HashAlgorithm
Microsoft.AspNetCore.Server.HttpSys (1)
RequestProcessing\RequestContext.FeatureCollection.cs (1)
606
HashAlgorithmType ITlsHandshakeFeature.
HashAlgorithm
=> Request.HashAlgorithm;
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.FeatureCollection.cs (1)
422
HashAlgorithmType ITlsHandshakeFeature.
HashAlgorithm
=> HashAlgorithm;
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\TlsConnectionFeature.cs (1)
122
public HashAlgorithmType
HashAlgorithm
=> _snapshotted ? _hashAlgorithm : _sslStream.HashAlgorithm;