RC2CryptoServiceProvider: EffectiveKeySize (let)

EffectiveKeySize

Sets the effective key size to be used.



 Public Property Let EffectiveKeySize(
	  ByVal Value As Long )

Parameters

Value
[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 CorLib Overview

Class RC2CryptoServiceProvider Overview