DESCryptoServiceProvider: BlockSize (let)

BlockSize

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



 Public Property Let BlockSize(
	  ByVal RHS As Long )

Parameters

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

Remarks

The only valid block size is 64 bits.

Read/Write.

See Also

Project VBCorLib Overview Class DESCryptoServiceProvider Overview DESCryptoServiceProvider Properties DESCryptoServiceProvider Methods BlockSize (get) Clear