<PackageReference Include="NETStandard.Library" Version="2.0.2" />

System.Security.Cryptography.HMACSHA256

public class HMACSHA256 : HMAC
namespace System.Security.Cryptography { public class HMACSHA256 : HMAC { public HMACSHA256(); public HMACSHA256(byte[] key); } }