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:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API