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

Only 64 bits is supported for DES encryption.

Read/Write.

See Also

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