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

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

Méthodes publiques

Méthode Description
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : CertificateList
GetInstance ( object obj ) : CertificateList
GetRevokedCertificateEnumeration ( ) : IEnumerable
GetRevokedCertificates ( ) : Org.BouncyCastle.Asn1.X509.CrlEntry[]
ToAsn1Object ( ) : Asn1Object

Private Methods

Méthode Description
CertificateList ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static méthode

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : CertificateList
obj Org.BouncyCastle.Asn1.Asn1TaggedObject
explicitly bool
Résultat CertificateList

GetInstance() public static méthode

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

GetRevokedCertificateEnumeration() public méthode

public GetRevokedCertificateEnumeration ( ) : IEnumerable
Résultat IEnumerable

GetRevokedCertificates() public méthode

public GetRevokedCertificates ( ) : Org.BouncyCastle.Asn1.X509.CrlEntry[]
Résultat Org.BouncyCastle.Asn1.X509.CrlEntry[]

ToAsn1Object() public méthode

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