MonetaryValue public class MonetaryValue : Asn1Encodable Documentation Code public BigInteger Amount { get; } public Iso4217CurrencyCode Currency { get; } public BigInteger Exponent { get; } public MonetaryValue(Iso4217CurrencyCode currency, int amount, int exponent) public static MonetaryValue GetInstance(object obj)