PasswordDeriveBytes.IterationCount プロパティ

定義

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

public:
 property int IterationCount { int get(); void set(int value); };
public int IterationCount { get; set; }
member this.IterationCount : int with get, set
Public Property IterationCount As Integer

プロパティ値

演算の反復処理回数。

例外

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

プロパティの値が範囲を超えているため設定できません。 このプロパティには、負でない数が必要です。

適用対象

こちらもご覧ください