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