1 write to AuthenticatorKey
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Pages\Account\Manage\EnableAuthenticator.cs (1)
31Context.AuthenticatorKey = authenticatorKey;
5 references to AuthenticatorKey
Microsoft.AspNetCore.Identity.FunctionalTests (5)
Infrastructure\DefaultUIContext.cs (2)
41get => GetValue<string>(nameof(AuthenticatorKey)); 42set => SetValue(nameof(AuthenticatorKey), value);
LoginTests.cs (2)
75var twoFactorKey = showRecoveryCodes.Context.AuthenticatorKey; 101var twoFactorKey = showRecoveryCodes.Context.AuthenticatorKey;
ManagementTests.cs (1)
258var twoFactorKey = showRecoveryCodes.Context.AuthenticatorKey;