Discuss this help topic in SecureBlackbox Forum
Contains the date when the key expires.
Declaration
[VB.NET]
Property ValidTo As DateTime
[Pascal]
property ValidTo: TDateTime;
[C++]
int64_t get_ValidTo();
void set_ValidTo(int64_t Value);
[PHP]
DateTime get_ValidTo()
void set_ValidTo(DateTime $Value)
[Java]
Date getValidTo();
void setValidTo(Date Value);
Description
Use this property to get the date on which the key becomes invalid (expires).
The date and time are stored and retrieved in Universal Coordinate Time (UTC).
Discuss this help topic in SecureBlackbox Forum