PasswordHasherOptions.IterationCount 属性

定义

获取或设置使用 PBKDF2 对密码进行哈希处理时使用的迭代次数。 默认值为 100,000。

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

属性值

使用 PBKDF2 对密码进行哈希处理时所使用的迭代次数。

注解

仅当兼容性模式设置为“V3”时,才使用此值。 该值必须是正整数。

适用于