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