1 write to IterationCount
Microsoft.AspNetCore.Identity.Test (1)
PasswordHasherTest.cs (1)
184
options.Value.
IterationCount
= (int)iterCount;
1 reference to IterationCount
Microsoft.Extensions.Identity.Core (1)
PasswordHasher.cs (1)
57
_iterCount = options.
IterationCount
;