Discuss this help topic in SecureBlackbox Forum
Specifies the due date of the signature in UTC.
Declaration
[VB.NET]
Property SignByUTC As DateTime
[Pascal]
property SignByUTC : TElDateTime;
[C++]
int64_t get_SignByUTC();
void set_SignByUTC(int64_t Value);
[PHP]
DateTime get_SignByUTC()
void set_SignByUTC(DateTime $Value)
[Java]
Date getSignByUTC();
void setSignByUTC(Date Value);
Description
Use this property to specify the date by which the document should be signed in UTC.
The consumer should not allow to sign the document using this signature spot after this date.
Discuss this help topic in SecureBlackbox Forum