System.Security.Cryptography.HMACSHA1
namespace System.Security.Cryptography
{
public class HMACSHA1 : HMAC
{
public HMACSHA1();
public HMACSHA1(byte[] key);
public HMACSHA1(byte[] key, bool useManagedSha1);
}
}