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

System.Security.Cryptography.SHA1

public abstract class SHA1 : HashAlgorithm
namespace System.Security.Cryptography { public abstract class SHA1 : HashAlgorithm { protected SHA1(); public new static SHA1 Create(); public new static SHA1 Create(string hashName); } }