C# Class Org.BouncyCastle.Asn1.X509.CertificatePair

Inheritance: Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
CertificatePair ( X509CertificateStructure forward, X509CertificateStructure reverse ) : System
GetInstance ( object obj ) : CertificatePair
ToAsn1Object ( ) : Asn1Object

Private Methods

Méthode Description
CertificatePair ( Asn1Sequence seq ) : System

Method Details

CertificatePair() public méthode

public CertificatePair ( X509CertificateStructure forward, X509CertificateStructure reverse ) : System
forward X509CertificateStructure
reverse X509CertificateStructure
Résultat System

GetInstance() public static méthode

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

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object