Discuss this help topic in SecureBlackbox Forum
Specifies signing time.
Declaration
[C#/Java]
DateTime SignTime;
[VB.NET]
Property SignTime As DateTime
[Pascal]
property SignTime : TDateTime;
[C++]
int64_t get_SignTime();
void set_SignTime(int64_t Value);
[PHP]
DateTime get_SignTime()
void set_SignTime(DateTime $Value)
Description
Use this property to specify the time of signature production.
Discuss this help topic in SecureBlackbox Forum