1 write to _iterCount
Microsoft.Extensions.Identity.Core (1)
PasswordHasher.cs (1)
57
_iterCount
= options.IterationCount;
3 references to _iterCount
Microsoft.Extensions.Identity.Core (3)
PasswordHasher.cs (3)
58
if (
_iterCount
< 1)
136
iterCount:
_iterCount
,
197
if (embeddedIterCount <
_iterCount
)