C# Class Goedel.Cryptography.PKIX.CertEntry

CertEntry
Inheritance: Goedel.ASN1.Root
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
CrlEntryExtensions List
RevocationDate System.DateTime
UserCertificate byte[]

Méthodes publiques

Méthode Description
Encode ( Goedel Buffer ) : void

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.

Method Details

Encode() public méthode

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.
public Encode ( Goedel Buffer ) : void
Buffer Goedel Output buffer
Résultat void

Property Details

CrlEntryExtensions public_oe property

ASN.1 member CrlEntryExtensions
public List CrlEntryExtensions
Résultat List

RevocationDate public_oe property

ASN.1 member RevocationDate
public DateTime,System RevocationDate
Résultat System.DateTime

UserCertificate public_oe property

ASN.1 member UserCertificate
public byte[] UserCertificate
Résultat byte[]