MACTripleDES: InputBlockSize (get)

InputBlockSize

Returns the size of the input block size allowed.



 Public Property Get InputBlockSize ( ) As Long

Return Values

Long -  The number of bytes a single input block is.

Remarks

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.

See Also

Project CorLib Overview

Class MACTripleDES Overview