Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.ValidationMoment

TElCAdESSignatureProcessor     See also     


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


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.

See also:     CertifiedSigningTime     GracePeriod    

Discuss this help topic in SecureBlackbox Forum