1 type derived from LoginWith2faModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\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\V5\Account\LoginWith2fa.cshtml.cs (2)
81
private readonly ILogger<
LoginWith2faModel
> _logger;
86
ILogger<
LoginWith2faModel
> logger)
Areas_Identity_Pages_V5_Account_LoginWith2fa_cshtml.g.cs (4)
379
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
LoginWith2faModel
> Html { get; private set; } = default!;
382
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
LoginWith2faModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
LoginWith2faModel
>)PageContext?.ViewData!;
387
LoginWith2faModel