C# Класс Goedel.Cryptography.PKIX.Validity

Validity
Наследование: Goedel.ASN1.Root
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
NotAfter System.DateTime
NotBefore System.DateTime

Открытые методы

Метод Описание
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.

Описание методов

Encode() публичный Метод

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
Результат void

Validity() публичный Метод

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.
Результат System

Описание свойств

NotAfter публичное свойство

ASN.1 member NotAfter
public DateTime,System NotAfter
Результат System.DateTime

NotBefore публичное свойство

ASN.1 member NotBefore
public DateTime,System NotBefore
Результат System.DateTime