Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum