PasswordHasherOptions.IterationCount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置使用 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”时,才使用此值。 该值必须是正整数。