Rijndael: BlockSize (let)

BlockSize

Sets the block size in bits.



 Public Property Let BlockSize(
	  ByVal Value As Long ) :

Parameters

Value
[ByVal] Long. The size of the block in bits.

Remarks

The block size is the amount of data that is processed as a single unit by the cipher.

Read/Write.

See Also

Project CorLib Overview

Class Rijndael Overview