PbeParameters.IterationCount プロパティ

定義

パスワードを暗号化キーに変換するキー派生関数 (KDF) に指定する反復数を取得します。

public:
 property int IterationCount { int get(); };
public int IterationCount { get; }
member this.IterationCount : int
Public ReadOnly Property IterationCount As Integer

プロパティ値

パスワードを暗号化キーに変換するキー派生関数 (KDF) に指定する反復数。

適用対象