<PackageReference Include="SSH.NET" Version="2024.0.0" />

Renci.SshNet.Security.Cryptography.HMACSHA1

public class HMACSHA1 : HMACSHA1
namespace Renci.SshNet.Security.Cryptography { public class HMACSHA1 : System.Security.Cryptography.HMACSHA1 { public HMACSHA1(byte[] key); public HMACSHA1(byte[] key, int hashSize); } }