1 type derived from ResetAuthenticatorModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\ResetAuthenticator.cshtml.cs (1)
37internal sealed class ResetAuthenticatorModel<TUser> : ResetAuthenticatorModel where TUser : class
10 references to ResetAuthenticatorModel
Microsoft.AspNetCore.Identity.UI (10)
Areas\Identity\Pages\V4\Account\Manage\ResetAuthenticator.cshtml.cs (2)
41readonly ILogger<ResetAuthenticatorModel> _logger; 46ILogger<ResetAuthenticatorModel> logger)
Areas_Identity_Pages_V4_Account_Manage_ResetAuthenticator_cshtml.g.cs (4)
163public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<ResetAuthenticatorModel> Html { get; private set; } = default!; 166public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetAuthenticatorModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetAuthenticatorModel>)PageContext?.ViewData!; 171ResetAuthenticatorModel
Areas_Identity_Pages_V5_Account_Manage_ResetAuthenticator_cshtml.g.cs (4)
161public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<ResetAuthenticatorModel> Html { get; private set; } = default!; 164public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetAuthenticatorModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ResetAuthenticatorModel>)PageContext?.ViewData!; 169ResetAuthenticatorModel