Discuss this help topic in SecureBlackbox Forum
Specifies the signature creation time.
Declaration
[C#/Java]
DateTime SigningTime;
[VB.NET]
Property SigningTime As DateTime
[Pascal]
property SigningTime: TDateTime;
[C++]
int64_t get_SigningTime();
void set_SigningTime(int64_t Value);
[PHP]
DateTime get_SigningTime()
void set_SigningTime(DateTime $Value)
Description
Use this property to specify the time of signature creation.
The date and time are stored and retrieved in Universal Coordinate Time (UTC).
Discuss this help topic in SecureBlackbox Forum