1 type derived from EnableAuthenticatorModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (1)
85
internal sealed class EnableAuthenticatorModel<TUser> :
EnableAuthenticatorModel
where TUser : class
10 references to EnableAuthenticatorModel
Microsoft.AspNetCore.Identity.UI (10)
_generated\16\EnableAuthenticator_cshtml.g.cs (4)
319
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
EnableAuthenticatorModel
> Html { get; private set; } = default!;
322
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EnableAuthenticatorModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EnableAuthenticatorModel
>)PageContext?.ViewData!;
327
EnableAuthenticatorModel
_generated\58\EnableAuthenticator_cshtml.g.cs (4)
323
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
EnableAuthenticatorModel
> Html { get; private set; } = default!;
326
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EnableAuthenticatorModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EnableAuthenticatorModel
>)PageContext?.ViewData!;
331
EnableAuthenticatorModel
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (2)
88
private readonly ILogger<
EnableAuthenticatorModel
> _logger;
95
ILogger<
EnableAuthenticatorModel
> logger,