RC2.EffectiveKeySize-Eigenschaft
Ruft die effektive Größe des geheimen Schlüssels für den RC2-Algorithmus in Bits ab, oder legt diese fest.
Namespace: System.Security.Cryptography
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
Public Overridable Property EffectiveKeySize As Integer
'Usage
Dim instance As RC2
Dim value As Integer
value = instance.EffectiveKeySize
instance.EffectiveKeySize = value
public virtual int EffectiveKeySize { get; set; }
public:
virtual property int EffectiveKeySize {
int get ();
void set (int value);
}
/** @property */
public int get_EffectiveKeySize ()
/** @property */
public void set_EffectiveKeySize (int value)
public function get EffectiveKeySize () : int
public function set EffectiveKeySize (value : int)
Eigenschaftenwert
Die effektive Größe des Schlüssels für den RC2-Algorithmus.
Ausnahmen
Ausnahmetyp | Bedingung |
---|---|
Die effektive Größe des Schlüssels ist ungültig. |
Plattformen
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile für Pocket PC, Windows Mobile für Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.
Versionsinformationen
.NET Framework
Unterstützt in: 2.0, 1.1, 1.0
.NET Compact Framework
Unterstützt in: 2.0
Siehe auch
Referenz
RC2-Klasse
RC2-Member
System.Security.Cryptography-Namespace