Skip to main content
.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Microsoft.AspNetCore.Identity
  3. IdentityBuilder
  4. AddApiEndpoints(IdentityBuilder)
  • IdentityBuilder
    • IdentityBuilder(Type, IServiceCollection)
    • IdentityBuilder(Type, Type, IServiceCollection)
    • RoleType
    • Services
    • UserType
    • AddClaimsPrincipalFactory<TFactory>()
    • AddErrorDescriber<TDescriber>()
    • AddPasswordValidator<TValidator>()
    • AddPersonalDataProtection<TProtector, TKeyRing>()
    • AddRoleManager<TRoleManager>()
    • AddRoles<TRole>()
    • AddRoleStore<TStore>()
    • AddRoleValidator<TRole>()
    • AddTokenProvider(String, Type)
    • AddTokenProvider<TProvider>(String)
    • AddUserConfirmation<TUserConfirmation>()
    • AddUserManager<TUserManager>()
    • AddUserStore<TStore>()
    • AddUserValidator<TValidator>()
    • AddApiEndpoints(IdentityBuilder)
    • AddDefaultTokenProviders(IdentityBuilder)
    • AddDefaultUI(IdentityBuilder)
    • AddDefaultUI(IdentityBuilder, UIFramework)
    • AddEntityFrameworkStores<TContext>(IdentityBuilder)
    • AddSignInManager(IdentityBuilder)
    • AddSignInManager<TSignInManager>(IdentityBuilder)
net9.0
namespace Microsoft.AspNetCore.Identity
{
    public static class IdentityBuilderExtensions
    {
        public static IdentityBuilder! AddApiEndpoints(this IdentityBuilder! builder);
    }
}
nuget.org
0.0 %
Reference this API
.NET
8.09.0
Information specific to net9.0
Assembly

Microsoft.AspNetCore.Identity , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60

Referencing

Requires any:

  • Your project needs to use SDK Microsoft.NET.Sdk.Web.

  • Your project needs a framework reference to Microsoft.AspNetCore.App.

Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙