RC2CryptoServiceProvider: EffectiveKeySize (let) |
Sets the effective key size to be used.
Public Property Let EffectiveKeySize( ByVal Value As Long )
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.