HMACSHA512: TransformFinalBlock |
Processes the final data and retrieves the hash value.
Public Function TransformFinalBlock( ByRef InputBuffer ( ) As Byte, ByVal InputOffset As Long, ByVal InputCount As Long ) As Byte ( )
This does not return the computed hash value. A copy of the data that was process is returned. To retrieve the hash value, call the Hash property.