2 references to AddRoleValidator
Microsoft.AspNetCore.Identity.Test (1)
IdentityBuilderTest.cs (1)
109
services.AddIdentity<PocoUser, PocoRole>().
AddRoleValidator
<MyUberThingy>();
Microsoft.Extensions.Identity.Core (1)
IdentityBuilder.cs (1)
198
AddRoleValidator
<RoleValidator<TRole>>();