Discuss this help topic in SecureBlackbox Forum

TElXAdESProcessor.ValidationMoment

TElXAdESProcessor     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies 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 specify the time when the signature is validated.

Discuss this help topic in SecureBlackbox Forum