Discuss this help topic in SecureBlackbox Forum

TElCAdESSignatureProcessor.LastArchivalTime

TElCAdESSignatureProcessor     See also     


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


Returns the time when the signature was archived for last time.

Declaration

[C#]
    DateTime LastArchivalTime;

[VB.NET]
    Property LastArchivalTime As DateTime

[Pascal]
    property LastArchivalTime : TDateTime;

[C++]
    int64_t get_LastArchivalTime();

[PHP]
    DateTime get_LastArchivalTime()

[Java]
    Date getLastArchivalTime();

Description

    Use this property to get the tme when the signature was archived.

See also:     Archive     CertifiedSigningTime    

Discuss this help topic in SecureBlackbox Forum