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

プロパティ値

操作の反復回数。

例外

反復回数は固定され、この値の変更が試行されます。

プロパティの値が範囲外であるため、プロパティを設定できません。 このプロパティには負以外の数値が必要です。

適用対象

こちらもご覧ください