RijndaelManaged: BlockSize (let)

BlockSize

Sets the block size, in bits, used by this algorithm.



 Public Property Let BlockSize(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. The new block size in bits.

Remarks

Block sizes of 128, 192, and 256 are supported.

Read/Write.

See Also

Project CorLib Overview

Class RijndaelManaged Overview