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