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

System.Security.Cryptography.HMACSHA384

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