Discuss this help topic in SecureBlackbox Forum
Time moment before which the subject cannot be confirmed.
Declaration
[VB.NET]
Property NotBefore As DateTime
[Pascal]
property NotBefore : TElDateTime;
[C++]
int64_t get_NotBefore();
void set_NotBefore(int64_t Value);
[PHP]
DateTime get_NotBefore()
void set_NotBefore(DateTime $Value)
[Java]
Date getNotBefore();
void setNotBefore(Date Value);
Description
This property specifies the time before which the subject cannot be confirmed.
Discuss this help topic in SecureBlackbox Forum