RC2CryptoServiceProvider.EffectiveKeySize Property

Definition

Gets or sets the effective size, in bits, of the secret key used by the RC2 algorithm.

public:
 virtual property int EffectiveKeySize { int get(); void set(int value); };
public override int EffectiveKeySize { get; set; }
member this.EffectiveKeySize : int with get, set
Public Overrides Property EffectiveKeySize As Integer

Property Value

The effective key size, in bits, used by the RC2 algorithm.

Exceptions

The EffectiveKeySize property was set to a value other than the KeySizeValue property.

Applies to

See also