Class MonetaryValue
- Namespace
- Enterprises.Org.BouncyCastle.Asn1.X509.Qualified
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class MonetaryValue : Asn1Encodable, IAsn1Convertible
- Inheritance
-
MonetaryValue
- Implements
- Inherited Members
Constructors
MonetaryValue(Iso4217CurrencyCode, int, int)
public MonetaryValue(Iso4217CurrencyCode currency, int amount, int exponent)
Parameters
currency
Iso4217CurrencyCodeamount
intexponent
int
Properties
Amount
public BigInteger Amount { get; }
Property Value
Currency
public Iso4217CurrencyCode Currency { get; }
Property Value
Exponent
public BigInteger Exponent { get; }
Property Value
Methods
GetInstance(object)
public static MonetaryValue GetInstance(object obj)
Parameters
obj
object
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()