Discuss this help topic in SecureBlackbox Forum
Contains key creation time.
Declaration
[VB.NET]
Property Timestamp As DateTime
[Pascal]
property Timestamp : TDateTime;
[C++]
int64_t get_Timestamp();
void set_Timestamp(int64_t Value);
[PHP]
DateTime get_Timestamp()
void set_Timestamp(DateTime $Value)
Description
Use this property to get or set time of the key creation.
The date and time are stored and retrieved in Universal Coordinate Time (UTC).
Discuss this help topic in SecureBlackbox Forum