Свойство | Тип | Описание | |
---|---|---|---|
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.
|
public Encode ( Goedel Buffer ) : void | ||
Buffer | Goedel | Output buffer |
Результат | void |
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 |