1 type derived from LoginWith2faModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (1)
77
internal sealed class LoginWith2faModel<TUser> :
LoginWith2faModel
where TUser : class
6 references to LoginWith2faModel
Microsoft.AspNetCore.Identity.UI (6)
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (2)
81
private readonly ILogger<
LoginWith2faModel
> _logger;
86
ILogger<
LoginWith2faModel
> logger)
Areas_Identity_Pages_V4_Account_LoginWith2fa_cshtml.g.cs (4)
374
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
LoginWith2faModel
> Html { get; private set; } = default!;
377
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
LoginWith2faModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
LoginWith2faModel
>)PageContext?.ViewData!;
382
LoginWith2faModel