Discuss this help topic in SecureBlackbox Forum
Returns the certified signing time.
Declaration
[C#/Java]
DateTime CertifiedSigningTime;
[VB.NET]
Property CertifiedSigningTime As DateTime
[Pascal]
property CertifiedSigningTime : TDateTime;
[C++]
int64_t get_CertifiedSigningTime();
[PHP]
DateTime get_CertifiedSigningTime()
Description
Use this property to obtain the time certified by the signature's last timestamp.
The time is in UTC.
Discuss this help topic in SecureBlackbox Forum