| SHA384: TransformFinalBlock |
Computes the final 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.
Project VBCorLib Overview Class SHA384 Overview SHA384 Properties SHA384 Methods TransformBlock