12 references to TwoFactorAuthentication
Microsoft.AspNetCore.Identity.UI (12)
_generated\13\Disable2fa_cshtml.g.cs (1)
70
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
_generated\16\EnableAuthenticator_cshtml.g.cs (1)
77
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
_generated\18\GenerateRecoveryCodes_cshtml.g.cs (1)
70
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
_generated\21\ResetAuthenticator_cshtml.g.cs (1)
69
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
_generated\24\TwoFactorAuthentication_cshtml.g.cs (1)
83
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
_generated\55\Disable2fa_cshtml.g.cs (1)
69
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
_generated\58\EnableAuthenticator_cshtml.g.cs (1)
79
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
_generated\60\GenerateRecoveryCodes_cshtml.g.cs (1)
69
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
_generated\63\ResetAuthenticator_cshtml.g.cs (1)
68
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
_generated\66\TwoFactorAuthentication_cshtml.g.cs (1)
83
ViewData["ActivePage"] = ManageNavPages.
TwoFactorAuthentication
;
Areas\Identity\Pages\V4\Account\Manage\ManageNavPages.cs (2)
108
public static string? TwoFactorAuthenticationNavClass(ViewContext viewContext) => PageNavClass(viewContext,
TwoFactorAuthentication
);
167
public static string? TwoFactorAuthenticationAriaCurrent(ViewContext viewContext) => AriaCurrent(viewContext,
TwoFactorAuthentication
);