<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" />

MonetaryLimit

public class MonetaryLimit : Asn1Encodable
public virtual BigInteger Amount { get; }

public virtual string Currency { get; }

public virtual BigInteger Exponent { get; }

public MonetaryLimit(string currency, int amount, int exponent)

public static MonetaryLimit GetInstance(object obj)

public static MonetaryLimit GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

public static MonetaryLimit GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)