PbeParameters.IterationCount 属性

定义

获取向密钥派生功能 (KDF) 提供的迭代计数,用于将密码转换为加密密钥。

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

属性值

向密钥派生功能 (KDF) 提供的迭代计数,用于将密码转换为加密密钥。

适用于