Table of Contents

Class Iso4217CurrencyCode

Namespace
Org.BouncyCastle.Asn1.X509.Qualified
Assembly
BouncyCastle.Cryptography.dll
public class Iso4217CurrencyCode : Asn1Encodable, IAsn1Convertible, IAsn1Choice
Inheritance
Iso4217CurrencyCode
Implements
Inherited Members

Constructors

Iso4217CurrencyCode(int)

public Iso4217CurrencyCode(int numeric)

Parameters

numeric int

Iso4217CurrencyCode(string)

public Iso4217CurrencyCode(string alphabetic)

Parameters

alphabetic string

Properties

Alphabetic

public string Alphabetic { get; }

Property Value

string

IsAlphabetic

public bool IsAlphabetic { get; }

Property Value

bool

Numeric

public int Numeric { get; }

Property Value

int

Methods

GetInstance(Asn1TaggedObject, bool)

public static Iso4217CurrencyCode GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

Iso4217CurrencyCode

GetInstance(object)

public static Iso4217CurrencyCode GetInstance(object obj)

Parameters

obj object

Returns

Iso4217CurrencyCode

GetOptional(Asn1Encodable)

public static Iso4217CurrencyCode GetOptional(Asn1Encodable element)

Parameters

element Asn1Encodable

Returns

Iso4217CurrencyCode

GetTagged(Asn1TaggedObject, bool)

public static Iso4217CurrencyCode GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

Iso4217CurrencyCode

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object