Discuss this help topic in SecureBlackbox Forum

TElXMLGenericTimestamp.Includes

TElXMLGenericTimestamp     See also     


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


Containes data for hash computations.

Declaration

[C#]
    TElXMLIncludeList Includes;

[VB.NET]
    Property Includes As TElXMLIncludeList

[Pascal]
    property Includes : TElXMLIncludeList;

[C++]
    TElXMLIncludeList* get_Includes();

[PHP]
    TElXMLIncludeList get_Includes()

[Java]
    TElXMLIncludeList getIncludes();

Description

    The sequence of Include elements is used to produce the input data for calculation of the digest value, which is sent to the TSA for timestamping and is contained in the timestamp token.
    The input data is computed sequentially for each element from the list and the resulting octets are concatenated. For more details, see GetIncludeData.

See also:     CanonicalizationMethod    

Discuss this help topic in SecureBlackbox Forum