CryptoAPITransform: InputBlockSize (get)

InputBlockSize

Gets the size of one block of data that is to be processed.



 Public Property Get InputBlockSize ( ) As Long

Return Values

Long -  The size of one block of data to be processed.

Remarks

When calling the TransformBlock method, the InputCount must be zero or a multiple of this value.

Read Only.

See Also

Project CorLib Overview

Class CryptoAPITransform Overview