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
Properties
Amount
public virtual BigInteger Amount { get; }
Property Value
Currency
public virtual string Currency { get; }
Property Value
Exponent
public virtual BigInteger Exponent { get; }
Property Value
Methods
GetInstance(object)
public static MonetaryLimit GetInstance(object obj)
Parameters
obj
object
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()