Discuss this help topic in SecureBlackbox Forum

TElXMLSignedDataObjectProperties.IndividualDataObjectsTimestamps

TElXMLSignedDataObjectProperties     See also     


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


Contains the time-stamps computed over a sequence formed by some of the signed data objects.

Declaration

[C#]
    TElXMLCustomTimestampList IndividualDataObjectsTimestamps;

[VB.NET]
    Property IndividualDataObjectsTimestamps As TElXMLCustomTimestampList

[Pascal]
    property IndividualDataObjectsTimestamps: TElXMLCustomTimestampList;

[C++]
    TElXMLCustomTimestampList* get_IndividualDataObjectsTimestamps();

[PHP]
    TElXMLCustomTimestampList get_IndividualDataObjectsTimestamps()

[Java]
    TElXMLCustomTimestampList getIndividualDataObjectsTimestamps();

Description

    The IndividualDataObjectsTimestamp element contains the time-stamp computed before the signature production, over a sequence formed by some of the signed data objects.

See also:     AllDataObjectsTimestamps    

Discuss this help topic in SecureBlackbox Forum