C# Class Org.BouncyCastle.Asn1.X509.Qualified.Iso4217CurrencyCode

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable, IAsn1Choice
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( object obj ) : Iso4217CurrencyCode
Iso4217CurrencyCode ( int numeric ) : System
Iso4217CurrencyCode ( string alphabetic ) : System
ToAsn1Object ( ) : Asn1Object

Method Details

GetInstance() public static method

public static GetInstance ( object obj ) : Iso4217CurrencyCode
obj object
return Iso4217CurrencyCode

Iso4217CurrencyCode() public method

public Iso4217CurrencyCode ( int numeric ) : System
numeric int
return System

Iso4217CurrencyCode() public method

public Iso4217CurrencyCode ( string alphabetic ) : System
alphabetic string
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Org.BouncyCastle.Asn1.Asn1Object