Discuss this help topic in SecureBlackbox Forum
Returns the signing time.
Declaration
[C#]
DateTime SigningTime;
[VB.NET]
Property SigningTime As DateTime
[Pascal]
property SigningTime: TDateTime;
[C++]
int64_t get_SigningTime();
[PHP]
DateTime get_SigningTime()
[Java]
Date getSigningTime();
Description
Use this property to get the signing time (in UTC).
Discuss this help topic in SecureBlackbox Forum