dotnet / dotnet/AspNetCore.Docs
Asp.Net Core 7 - PasswordHasherOptions.IterationCount wrong default value
- Dominant language
- C#
- Stars
- 13.1k
- Forks
- 24.6k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 109
Description
### Description
As mentioned in the title, on the documentation the default number of iterations is 100_000 but in reality it is 10_000. I believe the current value (100_000 )is for .Net 8 and not 7 and earlier.
### Page URL
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.passwordhasheroptions.iterationcount?view=aspnetcore-7.0&source=docs#microsoft-aspnetcore-identity-passwordhasheroptions-iterationcount
### Content source URL
https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.passwordhasheroptions.iterationcount?view=aspnetcore-7.0&source=docs#microsoft-aspnetcore-identity-passwordhasheroptions-iterationcount
### Document ID
ebb299e0-6c1c-7077-689d-ac711352e418
### Article author
Rick-Anderson
Contributor guide
Assessment
This issue has not been assessed yet.