System.Security.Cryptography.HMACSHA512
namespace System.Security.Cryptography
{
public class HMACSHA512 : HMAC
{
public bool ProduceLegacyHmacValues { get; set; }
public HMACSHA512();
public HMACSHA512(byte[] key);
}
}