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.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static int Pbkdf2IterationsCount { get; set; }
Property Value
Type:
Int32See Also