1 write to _checkPasswordCounter
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
35
_checkPasswordCounter
= _meter.CreateCounter<long>(CheckPasswordCounterName, "count", "The number of check password attempts. Checks that the account is in a state that can log in and that the password is valid using the UserManager.CheckPasswordAsync method.");
2 references to _checkPasswordCounter
Microsoft.AspNetCore.Identity (2)
SignInManagerMetrics.cs (2)
42
if (!
_checkPasswordCounter
.Enabled)
54
_checkPasswordCounter
.Add(1, tags);