MACTripleDES: CanTransformMultipleBlocks (get)

CanTransformMultipleBlocks

Returns if the hash algorithm implementation can processd multiple blocks of data at a time.



 Public Property Get CanTransformMultipleBlocks ( ) As Boolean

Return Values

Boolean -  True if multiple blocks of data can be processed at a time, False otherwise.

Remarks

The size of 1 block of data is defined by the InputBlockSize property.

Read Only.

See Also

Project CorLib Overview

Class MACTripleDES Overview