Discuss this help topic in SecureBlackbox Forum

TElXMLHashDataInfo.GetHashData

TElXMLHashDataInfo     See also     


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


Returns the data prepared for the hash computation.

Declaration

[C#]
    byte[] GetHashData();

[VB.NET]
    Function GetHashData() As Byte()

[Pascal]
    function GetHashData : ByteArray {array of byte};

[C++]
    void GetHashData(std::vector<uint8_t> &OutResult);

[PHP]
    string GetHashData()

[Java]
    byte[] getHashData();

Description

    Call this method to apply the transformations stored in TransformChain to the data and get the data prepared for hashing.

See also:     TransformChain    

Discuss this help topic in SecureBlackbox Forum