C# Class Goedel.Cryptography.PKIX.Validity

Validity
Inheritance: Goedel.ASN1.Root
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
NotAfter System.DateTime
NotBefore System.DateTime

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.

Validity ( System.DateTime NotBefore, System.DateTime NotAfter ) : System

Create Validity interval with specified NotBefore and NotAfter times.

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

Validity() public méthode

Create Validity interval with specified NotBefore and NotAfter times.
public Validity ( System.DateTime NotBefore, System.DateTime NotAfter ) : System
NotBefore System.DateTime Time before which the enclosing certificate is not valid.
NotAfter System.DateTime Time after which the enclosing certificate is not valid.
Résultat System

Property Details

NotAfter public_oe property

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

NotBefore public_oe property

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