Discuss this help topic in SecureBlackbox Forum

TElXMLInclude.URIData

TElXMLInclude     See also     


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


Containes pure data for hashing.

Declaration

[C#]
    byte[] URIData;

[VB.NET]
    Property URIData As Byte()

[Pascal]
    property URIData : ByteArray;

[C++]
    void get_URIData(std::vector<uint8_t> &OutResult);
    void set_URIData(const std::vector<uint8_t> &Value);

[PHP]
    string get_URIData()
    void set_URIData(array of byte|string|NULL $Value)

[Java]
    byte[] getURIData();
    void setURIData(byte[] Value);

Description

    This property contains the pure data to be used in hash computations for timestamping.

See also:     GetIncludeData     URI     URINode     URIreference    

Discuss this help topic in SecureBlackbox Forum