1 type derived from PocoUserClaim
Microsoft.AspNetCore.Identity.InMemory.Test (1)
src\Identity\test\Shared\PocoModel\PocoUserClaim.cs (1)
9
public class PocoUserClaim :
PocoUserClaim
<string> { }
4 references to PocoUserClaim
Microsoft.AspNetCore.Identity.InMemory.Test (4)
InMemoryUserStore.cs (2)
51
foreach (
var
matchedClaim in matchedClaims)
63
var
entity =
src\Identity\test\Shared\PocoModel\PocoUser.cs (2)
138
public virtual ICollection<
PocoUserClaim
<TKey>> Claims { get; private set; } = new List<
PocoUserClaim
<TKey>>();