Discuss this help topic in SecureBlackbox Forum

TElXMLSignedDataObjectProperties.AllDataObjectsTimestamps

TElXMLSignedDataObjectProperties     See also     


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


Contains the timestamp computed over all elements that the signer wants to sign except the SignedProperties element.

Declaration

[C#]
    TElXMLCustomTimestampList AllDataObjectsTimestamps;

[VB.NET]
    Property AllDataObjectsTimestamps As TElXMLCustomTimestampList

[Pascal]
    property AllDataObjectsTimestamps: TElXMLCustomTimestampList;

[C++]
    TElXMLCustomTimestampList* get_AllDataObjectsTimestamps();

[PHP]
    TElXMLCustomTimestampList get_AllDataObjectsTimestamps()

[Java]
    TElXMLCustomTimestampList getAllDataObjectsTimestamps();

Description

    The AllDataObjectsTimestamp element contains the time-stamp computed over all elements that the signer wants to sign except the SignedProperties element.

See also:     IndividualDataObjectsTimestamps    

Discuss this help topic in SecureBlackbox Forum