Discuss this help topic in SecureBlackbox Forum
Returns signature's claimed signing time.
Declaration
[C#/Java]
DateTime ClaimedSigningTime;
[VB.NET]
Property ClaimedSigningTime As DateTime
[Pascal]
property ClaimedSigningTime : TDateTime;
[C++]
int64_t get_ClaimedSigningTime();
[PHP]
DateTime get_ClaimedSigningTime()
Description
Use this property to get the time when the signature was produced. The time is in UTC.
Discuss this help topic in SecureBlackbox Forum