Discuss this help topic in SecureBlackbox Forum
Specifies the time of the signature expiration.
Declaration
[C#/Java]
DateTime SignatureExpired;
[VB.NET]
Property SignatureExpired As DateTime
[Pascal]
property SignatureExpired : TDateTime;
[C++]
int64_t get_SignatureExpired();
void set_SignatureExpired(int64_t Value);
[PHP]
DateTime get_SignatureExpired()
void set_SignatureExpired(DateTime $Value)
Description
Use this property to get or set the time when the signature will expire.
The date and time are stored and retrieved in Universal Coordinate Time (UTC).
Discuss this help topic in SecureBlackbox Forum