9 references to AddScoped
Microsoft.Extensions.Identity.Core (9)
IdentityBuilder.cs (9)
88=> AddScoped(typeof(IUserValidator<>).MakeGenericType(UserType), typeof(TValidator)); 97=> AddScoped(typeof(IUserClaimsPrincipalFactory<>).MakeGenericType(UserType), typeof(TFactory)); 117=> AddScoped(typeof(IPasswordValidator<>).MakeGenericType(UserType), typeof(TValidator)); 126=> AddScoped(typeof(IUserStore<>).MakeGenericType(UserType), typeof(TStore)); 186return AddScoped(userManagerType, customType); 216return AddScoped(typeof(IRoleValidator<>).MakeGenericType(RoleType), typeof(TRole)); 247return AddScoped(typeof(IRoleStore<>).MakeGenericType(RoleType), typeof(TStore)); 272return AddScoped(managerType, typeof(TRoleManager)); 282=> AddScoped(typeof(IUserConfirmation<>).MakeGenericType(UserType), typeof(TUserConfirmation));