Discuss this help topic in SecureBlackbox Forum
Specifies message 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 set signing time of the message.
Time is specified in UTC.
Discuss this help topic in SecureBlackbox Forum