RC2CryptoServiceProvider: KeySize (let)

KeySize

Sets the key size in bits.



 Public Property Let KeySize(
	  ByVal RHS As Long )

Parameters

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

Remarks

Key sizes of 128 or 192 are supported.

Read/Write.

See Also

Project VBCorLib Overview Class RC2CryptoServiceProvider Overview RC2CryptoServiceProvider Properties RC2CryptoServiceProvider Methods KeySize (get) LegalBlockSizes (get)