DESCryptoServiceProvider: 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

The only valid block size is 64 bits.

Read/Write.

See Also

Project CorLib Overview

Class DESCryptoServiceProvider Overview