Discuss this help topic in SecureBlackbox Forum

TElXMLInclude.GetIncludeData

TElXMLInclude     


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


Returns the data for timestamping.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function GetIncludeData(CanonicalizationMethod : TElXMLCanonicalizationMethod) : ByteArray;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • CanonicalizationMethod - canonicalization method for the included data

Possible canonicalization methods:

Description

    Call this method to get the data which should be used in hash computations for time-stamping. The data is calculated in the following way: if URIData is assigned, the result will be simply its value. Otherwise, if the URIReference is set, the data is obtained from the referenced place.
    If the retrieved data is a ds:Reference element and ReferencedData is True, the data will be processed according to the XMLDSIG processing model. If ReferencedData is False, the result will be a ds:Reference element itself.
    If the resulting data is an XML nodeset (or URINode is assigned), the data is canonicalized using CanonicalizationMethod.

Discuss this help topic in SecureBlackbox Forum