Click or drag to resize
SecurityHelperPbkdf2IterationsCount Property
Iterations count used within Rfc2898DeriveBytes. More iterations will generate more resistant hashes to brute-force attacks, however performance issues might arise when set to high.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static int Pbkdf2IterationsCount { get; set; }

Property Value

Type: Int32
See Also