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