1 type derived from PocoRoleClaim
Microsoft.AspNetCore.Identity.Test (1)
src\Identity\test\Shared\PocoModel\PocoRoleClaim.cs (1)
9public class PocoRoleClaim : PocoRoleClaim<string> { }
2 references to PocoRoleClaim
Microsoft.AspNetCore.Identity.Test (2)
src\Identity\test\Shared\PocoModel\PocoRole.cs (2)
57public virtual ICollection<PocoRoleClaim<TKey>> Claims { get; private set; } = new List<PocoRoleClaim<TKey>>();