RC2CryptoServiceProvider.EffectiveKeySize Propiedad

Definición

Obtiene o establece el tamaño efectivo en bits de la clave secreta utilizada por el algoritmo RC2.

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

Valor de propiedad

Tamaño efectivo de la clave en bits utilizado por el algoritmo RC2.

Excepciones

La propiedad EffectiveKeySize se estableció en un valor distinto de la propiedad KeySizeValue.

Se aplica a

Consulte también