4 references to HashAlgorithm
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\TlsConnectionFeature.cs (2)
71_hashAlgorithm = _sslStream.HashAlgorithm; 122public HashAlgorithmType HashAlgorithm => _snapshotted ? _hashAlgorithm : _sslStream.HashAlgorithm;
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (1)
160$"HashAlgorithm:{sslStream.HashAlgorithm}, HashStrength:{sslStream.HashStrength}, " +
System.Net.Security (1)
System\Net\Security\SslStream.IO.cs (1)
426HashAlgorithm,