CryptHashData (advapi32)
Last changed: -24.0.218.62

.
Summary
The CryptHashData function adds data to a specified hash object. This function and CryptHashSessionKey can be called multiple times to compute the hash of long or discontinuous data streams. Before calling this function, CryptCreateHash must be called to create a handle of a hash object.

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]

public static extern bool CryptHashData(IntPtr hHash, byte[] pbData, uint dataLen, uint flags);

VB Signature:

Declare Function CryptHashData Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation