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