Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedSignatureProperties.ArchiveTimestamps

TElXMLUnsignedSignatureProperties     See also     


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


This property contains the ArchiveTimestamp element value, which provides additional security of the signature.

Declaration

[C#]
    TElXMLCustomTimestampList ArchiveTimestamps;

[VB.NET]
    Property ArchiveTimestamps As TElXMLCustomTimestampList

[Pascal]
    property ArchiveTimeStamps: TElXMLCustomTimestampList;

[C++]
    TElXMLCustomTimestampList* get_ArchiveTimestamps();

[PHP]
    TElXMLCustomTimestampList get_ArchiveTimestamps()

[Java]
    TElXMLCustomTimestampList getArchiveTimestamps();

Description

    The ArchiveTimestamp is calculated following the W3C note: "XML Advanced Electronic Signatures (XAdES)".

See also:     SignatureTimeStamps     RefsOnlyTimeStamps     SigAndRefsTimeStamps    

Discuss this help topic in SecureBlackbox Forum