3 references to RoleValidator
Microsoft.AspNetCore.Identity (1)
IdentityServiceCollectionExtensions.cs (1)
98
services.TryAddScoped<IRoleValidator<TRole>,
RoleValidator
<TRole>>();
Microsoft.Extensions.Identity.Core (2)
IdentityBuilder.cs (1)
198
AddRoleValidator<
RoleValidator
<TRole>>();
RoleValidator.cs (1)
18
/// Creates a new instance of <see cref="
RoleValidator
{TRole}"/>.