PbeParameters.IterationCount 屬性

定義

取得要提供給金鑰衍生函數 (Key Derivation Function,KDF) 以將密碼轉換為加密金鑰的反覆項目計數。

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

屬性值

要提供給金鑰衍生函數 (Key Derivation Function,KDF) 以將密碼轉換為加密金鑰的反覆項目計數。

適用於