HMACBase: TransformFinalBlock |
Processes the final block of data, generating the computed hash.
Public Function TransformFinalBlock( ByRef InputBuffer ( ) As Byte, ByVal InputOffset As Long, ByVal InputCount As Long ) As Byte ( )
The returned array is a copy of InputBuffer with a length the same as InputCount. To retrieve the hash value, call the Hash property.