41 references to TryAddScoped
Aspire.Dashboard (1)
Microsoft.AspNetCore.Authentication.Core (2)
Microsoft.AspNetCore.Components.Endpoints (8)
Microsoft.AspNetCore.Components.Server (5)
Microsoft.AspNetCore.Components.WebView (5)
Microsoft.AspNetCore.Hosting (2)
Microsoft.AspNetCore.Identity (9)
IdentityServiceCollectionExtensions.cs (9)
93services.TryAddScoped<IUserValidator<TUser>, UserValidator<TUser>>();
94services.TryAddScoped<IPasswordValidator<TUser>, PasswordValidator<TUser>>();
95services.TryAddScoped<IPasswordHasher<TUser>, PasswordHasher<TUser>>();
96services.TryAddScoped<ILookupNormalizer, UpperInvariantLookupNormalizer>();
97services.TryAddScoped<IRoleValidator<TRole>, RoleValidator<TRole>>();
100services.TryAddScoped<ISecurityStampValidator, SecurityStampValidator<TUser>>();
102services.TryAddScoped<ITwoFactorSecurityStampValidator, TwoFactorSecurityStampValidator<TUser>>();
103services.TryAddScoped<IUserClaimsPrincipalFactory<TUser>, UserClaimsPrincipalFactory<TUser, TRole>>();
104services.TryAddScoped<IUserConfirmation<TUser>, DefaultUserConfirmation<TUser>>();
Microsoft.AspNetCore.Mvc.Razor (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.Tests (1)
Microsoft.Extensions.Identity.Core (6)