Discuss this help topic in SecureBlackbox Forum
Specifies the signature's validation moment.
Declaration
[C#]
DateTime ValidationMoment;
[VB.NET]
Property ValidationMoment As DateTime
[Pascal]
property ValidationMoment : TDateTime;
[C++]
int64_t get_ValidationMoment();
void set_ValidationMoment(int64_t Value);
[PHP]
DateTime get_ValidationMoment()
void set_ValidationMoment(DateTime $Value)
[Java]
Date getValidationMoment();
void setValidationMoment(Date Value);
Description
Use this property to get or set the time when signature's validation is performed.
The time is in UTC.
Discuss this help topic in SecureBlackbox Forum