3 references to UserClaimsPrincipalFactory
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
104
services.TryAddScoped<IUserClaimsPrincipalFactory<TUser>,
UserClaimsPrincipalFactory
<TUser, TRole>>();
Microsoft.Extensions.Identity.Core (2)
IdentityBuilder.cs (1)
200
Services.AddScoped(typeof(IUserClaimsPrincipalFactory<>).MakeGenericType(UserType), typeof(
UserClaimsPrincipalFactory
<,>).MakeGenericType(UserType, RoleType));
UserClaimsPrincipalFactory.cs (1)
111
/// Initializes a new instance of the <see cref="
UserClaimsPrincipalFactory
{TUser, TRole}"/> class.