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

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable, IAsn1Choice
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( object obj ) : Iso4217CurrencyCode
Iso4217CurrencyCode ( int numeric ) : System
Iso4217CurrencyCode ( string alphabetic ) : System
ToAsn1Object ( ) : Asn1Object

Method Details

GetInstance() public static méthode

public static GetInstance ( object obj ) : Iso4217CurrencyCode
obj object
Résultat Iso4217CurrencyCode

Iso4217CurrencyCode() public méthode

public Iso4217CurrencyCode ( int numeric ) : System
numeric int
Résultat System

Iso4217CurrencyCode() public méthode

public Iso4217CurrencyCode ( string alphabetic ) : System
alphabetic string
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Org.BouncyCastle.Asn1.Asn1Object