RC2CryptoServiceProvider.EffectiveKeySize Vlastnost

Definice

Získá nebo nastaví efektivní velikost tajného klíče používaného algoritmem RC2 v bitech.

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

Hodnota vlastnosti

Efektivní velikost klíče (v bitech) používaná algoritmem RC2 .

Výjimky

Vlastnost EffectiveKeySize byla nastavena na jinou hodnotu než vlastnost KeySizeValue .

Platí pro

Viz také