Table of Contents

Class MonetaryLimit

Namespace
Enterprises.Org.BouncyCastle.Asn1.IsisMtt.X509
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class MonetaryLimit : Asn1Encodable, IAsn1Convertible
Inheritance
MonetaryLimit
Implements
Inherited Members

Constructors

MonetaryLimit(string, int, int)

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

Parameters

currency string
amount int
exponent int

Properties

Amount

public virtual BigInteger Amount { get; }

Property Value

BigInteger

Currency

public virtual string Currency { get; }

Property Value

string

Exponent

public virtual BigInteger Exponent { get; }

Property Value

BigInteger

Methods

GetInstance(object)

public static MonetaryLimit GetInstance(object obj)

Parameters

obj object

Returns

MonetaryLimit

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object