| SHA384Managed: 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 SHA384Managed Overview SHA384Managed Properties SHA384Managed Methods TransformBlock