HashFinal
 Requests the callback to hash any buffered data and return the resulting hash value.
 Public Function HashFinal(
	  ByRef Buffer ( ) As Byte,
	  ByVal BufferCount As Long,
	  ByVal MessageLength As Currency ) As Byte ( ) :
Parameters
- Buffer
 - 
[ByRef]
 Byte.
  The internally kept buffered data.
 
 
- BufferCount
 - 
[ByVal]
 Long.
  The number of bytes actually in the buffer.
 
 
- MessageLength
 - 
[ByVal]
 Currency.
  The size of the message in bytes.
 
 
Return Values
Byte() -  The resulting hash value.
See Also
Project CorLib Overview
Class IHashAlgorithm Overview