Table of Contents

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 Iso4217CurrencyCode
amount int
exponent int

Properties

Amount

public BigInteger Amount { get; }

Property Value

BigInteger

Currency

public Iso4217CurrencyCode Currency { get; }

Property Value

Iso4217CurrencyCode

Exponent

public BigInteger Exponent { get; }

Property Value

BigInteger

Methods

GetInstance(object)

public static MonetaryValue GetInstance(object obj)

Parameters

obj object

Returns

MonetaryValue

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object