1 write to _checkPasswordCounter
Microsoft.Extensions.Identity.Core (1)
UserManagerMetrics.cs (1)
38
_checkPasswordCounter
= _meter.CreateCounter<long>(CheckPasswordCounterName, "count", "The number of check password attempts. Only checks whether the password is valid and not whether the user account is in a state that can log in.");
2 references to _checkPasswordCounter
Microsoft.Extensions.Identity.Core (2)
UserManagerMetrics.cs (2)
97
if (!
_checkPasswordCounter
.Enabled)
112
_checkPasswordCounter
.Add(1, tags);