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