4 references to CheckPasswordCounterName
Microsoft.AspNetCore.Identity.Test (3)
UserManagerTest.cs (3)
631
using var checkPassword = new MetricCollector<long>(testMeterFactory, "Microsoft.AspNetCore.Identity", UserManagerMetrics.
CheckPasswordCounterName
);
866
using var checkPassword = new MetricCollector<long>(testMeterFactory, "Microsoft.AspNetCore.Identity", UserManagerMetrics.
CheckPasswordCounterName
);
972
using var checkPassword = new MetricCollector<long>(testMeterFactory, "Microsoft.AspNetCore.Identity", UserManagerMetrics.
CheckPasswordCounterName
);
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.");