次の方法で共有


PasswordDeriveBytes.IterationCount プロパティ

演算の反復処理回数を取得または設定します。

Public Property IterationCount As Integer
[C#]
public int IterationCount {get; set;}
[C++]
public: __property int get_IterationCount();public: __property void set_IterationCount(int);
[JScript]
public function get IterationCount() : int;public function set IterationCount(int);

プロパティ値

演算の反復処理回数。

例外

例外の種類 条件
CryptographicException 反復処理の回数が固定されているのに、この値を変更しようとしました。

必要条件

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

参照

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