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