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)
42if (!_checkPasswordCounter.Enabled) 54_checkPasswordCounter.Add(1, tags);