Discuss this help topic in SecureBlackbox Forum

TElXMLUnsignedSignatureProperties.SignatureTimestamps

TElXMLUnsignedSignatureProperties     See also     


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


This property contains the timestamp of the digital signature.

Declaration

[C#]
    TElXMLCustomTimestampList SignatureTimestamps;

[VB.NET]
    Property SignatureTimestamps As TElXMLCustomTimestampList

[Pascal]
    property SignatureTimestamps: TElXMLCustomTimestampList;

[C++]
    TElXMLCustomTimestampList* get_SignatureTimestamps();

[PHP]
    TElXMLCustomTimestampList get_SignatureTimestamps()

[Java]
    TElXMLCustomTimestampList getSignatureTimestamps();

Description

    Use this property to get the timestamp of the digital signature. In XAdES-T form this property may contain several timestamps, obtained from different Time-Stamping Authorities (TSAs).

See also:     ArchiveTimestamps     RefsOnlyTimestamps     SigAndRefsTimestamps    

Discuss this help topic in SecureBlackbox Forum