次の方法で共有


RC2.EffectiveKeySize プロパティ

RC2 アルゴリズムで使用する共有キーの有効なサイズを、ビット単位で取得または設定します。

Public Overridable Property EffectiveKeySize As Integer
[C#]
public virtual int EffectiveKeySize {get; set;}
[C++]
public: __property virtual int get_EffectiveKeySize();public: __property virtual void set_EffectiveKeySize(int);
[JScript]
public function get EffectiveKeySize() : int;public function set EffectiveKeySize(int);

プロパティ値

RC2 アルゴリズムで使用する有効なキー サイズ。

例外

例外の種類 条件
CryptographicException 有効なキー サイズが無効です。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

RC2 クラス | RC2 メンバ | System.Security.Cryptography 名前空間 | 暗号サービス