1 type derived from Disable2faModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (1)
37internal sealed class Disable2faModel<TUser> : Disable2faModel where TUser : class
10 references to Disable2faModel
Microsoft.AspNetCore.Identity.UI (10)
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (2)
40private readonly ILogger<Disable2faModel> _logger; 44ILogger<Disable2faModel> logger)
Areas_Identity_Pages_V4_Account_Manage_Disable2fa_cshtml.g.cs (4)
175public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Disable2faModel> Html { get; private set; } = default!; 178public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Disable2faModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Disable2faModel>)PageContext?.ViewData!; 183Disable2faModel
Areas_Identity_Pages_V5_Account_Manage_Disable2fa_cshtml.g.cs (4)
173public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<Disable2faModel> Html { get; private set; } = default!; 176public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Disable2faModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<Disable2faModel>)PageContext?.ViewData!; 181Disable2faModel