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