2 references to ComputeCode
Microsoft.AspNetCore.Identity.FunctionalTests (2)
Pages\Account\LoginWith2fa.cs (1)
26var code = EnableAuthenticator.ComputeCode(twoFactorKey);
Pages\Account\Manage\EnableAuthenticator.cs (1)
32var verificationCode = ComputeCode(authenticatorKey);