Discuss this help topic in SecureBlackbox Forum
Specifies the earliest time at which the assertion is valid.
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 earliest time, in UTC, at which the assertion is valid.
Discuss this help topic in SecureBlackbox Forum