<PackageReference Include="NETStandard.Library" Version="2.0.0-preview2-25401-01" />

System.Security.Cryptography.HMAC

public abstract class HMAC : KeyedHashAlgorithm
namespace System.Security.Cryptography { public abstract class HMAC : KeyedHashAlgorithm { protected int BlockSizeValue { get; set; } public string HashName { get; set; } protected HMAC(); public new static HMAC Create(); public new static HMAC Create(string algorithmName); } }