7 references to TwoFactorAuthentication
Microsoft.AspNetCore.Identity.UI (7)
Areas\Identity\Pages\V4\Account\Manage\ManageNavPages.cs (2)
108public static string? TwoFactorAuthenticationNavClass(ViewContext viewContext) => PageNavClass(viewContext, TwoFactorAuthentication); 167public static string? TwoFactorAuthenticationAriaCurrent(ViewContext viewContext) => AriaCurrent(viewContext, TwoFactorAuthentication);
Disable2fa_cshtml.g.cs (1)
70ViewData["ActivePage"] = ManageNavPages.TwoFactorAuthentication;
EnableAuthenticator_cshtml.g.cs (1)
77ViewData["ActivePage"] = ManageNavPages.TwoFactorAuthentication;
GenerateRecoveryCodes_cshtml.g.cs (1)
70ViewData["ActivePage"] = ManageNavPages.TwoFactorAuthentication;
ResetAuthenticator_cshtml.g.cs (1)
69ViewData["ActivePage"] = ManageNavPages.TwoFactorAuthentication;
TwoFactorAuthentication_cshtml.g.cs (1)
83ViewData["ActivePage"] = ManageNavPages.TwoFactorAuthentication;