Discuss this help topic in SecureBlackbox Forum
Contains the date from which the certificate is valid.
Declaration
[VB.NET]
Property ValidFrom As DateTime
[Pascal]
property ValidFrom: TDateTime;
[C++]
int64_t get_ValidFrom();
void set_ValidFrom(int64_t Value);
[PHP]
DateTime get_ValidFrom()
void set_ValidFrom(DateTime $Value)
[Java]
Date getValidFrom();
void setValidFrom(Date Value);
Description
Use this property to get the date on which the certificate becomes valid. The date and time are stored and retrieved in Universal Coordinate Time (UTC).
Discuss this help topic in SecureBlackbox Forum