RC2CryptoServiceProvider: EffectiveKeySize (let)

EffectiveKeySize

Sets the effective key size to be used.



 Public Property Let EffectiveKeySize(
	  ByVal RHS As Long )

Parameters

RHS
[ByVal] Long. The new effective key size.

Remarks

This property can only be set to the same value as KeySize. This property is useless in setting the effective key size. It is here to complete the .NET interface for this class.

The effective key size to use will ultimately be determined by the length of the actual key being used.

Read/Write.

See Also

Project VBCorLib Overview Class RC2CryptoServiceProvider Overview RC2CryptoServiceProvider Properties RC2CryptoServiceProvider Methods EffectiveKeySize (get) Equals