RC2CryptoServiceProvider.EffectiveKeySize Propriété

Définition

Obtient ou définit la taille effective, en bits, de la clé secrète utilisée par l’algorithme 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

Valeur de propriété

Taille de clé effective, en bits, utilisée par l’algorithme RC2 .

Exceptions

La EffectiveKeySize propriété a été définie sur une valeur autre que la KeySizeValue propriété.

S’applique à

Voir aussi