Discuss this help topic in SecureBlackbox Forum
Contains the validity period of the key.
Declaration
[VB.NET]
Property Expires As Integer
[Pascal]
property Expires: Integer;
[C++]
int32_t get_Expires();
void set_Expires(int32_t Value);
[PHP]
integer get_Expires()
void set_Expires(integer $Value)
[Java]
int getExpires();
void setExpires(int Value);
Description
Use this property to specify validity period of the key.
Discuss this help topic in SecureBlackbox Forum