Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.CertifiedValidationTime

TElCAdESSignatureProcessor     See also     


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


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.

See also:     CertifiedSigningTime     ValidationMoment    

Discuss this help topic in SecureBlackbox Forum