MD5: InputBlockSize (get) |
Returns the size of the input block size allowed.
Public Property Get InputBlockSize ( ) As Long
When calling the TransformBlock method, the InputCount must equal this value. If the hashs CanTransformMultipleBlocks returns True, then the InputCount can be larger than the InputBlockSize, but must be an even multiple of InputBlockSize.
Read Only.