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