Discuss this help topic in SecureBlackbox Forum
Contains the number of seconds after signature creation time when the signature expires
Declaration
[VB.NET]
Property ExpirationTime As Integer
[Pascal]
property ExpirationTime: Integer;
[C++]
int32_t get_ExpirationTime();
void set_ExpirationTime(int32_t Value);
[PHP]
integer get_ExpirationTime()
void set_ExpirationTime(integer $Value)
[Java]
int getExpirationTime();
void setExpirationTime(int Value);
Description
Use this property to access signature validity period.
Discuss this help topic in SecureBlackbox Forum