KeyedHashAlgorithm: TransformFinalBlock |
Finalizes the hash computation by processing the last block of data.
Public Function TransformFinalBlock( ByRef InputBuffer ( ) As Byte, ByVal InputOffset As Long, ByVal InputCount As Long ) As Byte ( ) :
The hash value is not returned by this method. To retrieve the final hash value, call the Hash property.
The Hash property can only be called after this method is called. If the Hash property is called before this method, then an exception is thrown.
If the implementation can be reused (CanReuseTransform) then the implemntation is reset to allow computing of a new hash value.