1 type derived from TwoFactorAuthenticationModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\TwoFactorAuthentication.cshtml.cs (1)
62
internal sealed class TwoFactorAuthenticationModel<TUser> :
TwoFactorAuthenticationModel
where TUser : class
10 references to TwoFactorAuthenticationModel
Microsoft.AspNetCore.Identity.UI (10)
Areas\Identity\Pages\V4\Account\Manage\TwoFactorAuthentication.cshtml.cs (2)
66
private readonly ILogger<
TwoFactorAuthenticationModel
> _logger;
69
UserManager<TUser> userManager, SignInManager<TUser> signInManager, ILogger<
TwoFactorAuthenticationModel
> logger)
Areas_Identity_Pages_V4_Account_Manage_TwoFactorAuthentication_cshtml.g.cs (4)
463
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
TwoFactorAuthenticationModel
> Html { get; private set; } = default!;
466
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
TwoFactorAuthenticationModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
TwoFactorAuthenticationModel
>)PageContext?.ViewData!;
471
TwoFactorAuthenticationModel
Areas_Identity_Pages_V5_Account_Manage_TwoFactorAuthentication_cshtml.g.cs (4)
463
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
TwoFactorAuthenticationModel
> Html { get; private set; } = default!;
466
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
TwoFactorAuthenticationModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
TwoFactorAuthenticationModel
>)PageContext?.ViewData!;
471
TwoFactorAuthenticationModel