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