Discuss this help topic in SecureBlackbox Forum
Specifies the time at which the signer performed the signing process in UTC.
Declaration
[C#/Java]
DateTime SignedTimeUTC;
[VB.NET]
Property SignedTimeUTC As DateTime
[Pascal]
property SignedTimeUTC: TDateTime;
[C++]
int64_t get_SignedTimeUTC();
void set_SignedTimeUTC(int64_t Value);
[PHP]
DateTime get_SignedTimeUTC()
void set_SignedTimeUTC(DateTime $Value)
Description
Use this property to get or set the time at which the signer performed the signing process in UTC.
Discuss this help topic in SecureBlackbox Forum