次の方法で共有


RC2CryptoServiceProvider.EffectiveKeySize プロパティ

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

Overrides Public Property EffectiveKeySize As Integer
[C#]
public override int EffectiveKeySize {get; set;}
[C++]
public: __property int get_EffectiveKeySize();public: __property void set_EffectiveKeySize(int);
[JScript]
public override function get EffectiveKeySize() : int;public override 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 ファミリ

参照

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