Home
last modified time | relevance | path

Searched refs:IdentityUserWithGenerics (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/EF.InMemory.Test/
H A DInMemoryStoreWithGenericsTest.cs18 …moryEFUserStoreTestWithGenerics : IdentitySpecificationTestBase<IdentityUserWithGenerics, MyIdenti…
39 services.AddSingleton<IUserStore<IdentityUserWithGenerics>>(_store); in AddUserStore()
47 …protected override IdentityUserWithGenerics CreateTestUser(string namePrefix = "", string email = … in CreateTestUser()
50 return new IdentityUserWithGenerics in CreateTestUser()
66 … protected override void SetUserPasswordHash(IdentityUserWithGenerics user, string hashedPassword) in SetUserPasswordHash()
71 …protected override Expression<Func<IdentityUserWithGenerics, bool>> UserNameEqualsPredicate(string… in UserNameEqualsPredicate()
191 public class IdentityUserWithGenerics : IdentityUser<string> class
193 public IdentityUserWithGenerics() in IdentityUserWithGenerics() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.IdentityUserWithGenerics
208 …protected override IdentityUserRoleWithDate CreateUserRole(IdentityUserWithGenerics user, MyIdenti… in CreateUserRole()
218 …protected override IdentityUserClaimWithIssuer CreateUserClaim(IdentityUserWithGenerics user, Clai… in CreateUserClaim()
[all …]
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/EF.Test/
H A DUserStoreWithGenericsTest.cs46 …services.AddSingleton<IUserStore<IdentityUserWithGenerics>>(new UserStoreWithGenerics((ContextWith… in AddUserStore()
54 …protected override IdentityUserWithGenerics CreateTestUser(string namePrefix = "", string email = … in CreateTestUser()
57 return new IdentityUserWithGenerics in CreateTestUser()
73 … protected override void SetUserPasswordHash(IdentityUserWithGenerics user, string hashedPassword) in SetUserPasswordHash()
78 …protected override Expression<Func<IdentityUserWithGenerics, bool>> UserNameEqualsPredicate(string… in UserNameEqualsPredicate()
212 public class IdentityUserWithGenerics : IdentityUser<string> class
214 public IdentityUserWithGenerics() in IdentityUserWithGenerics() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.IdentityUserWithGenerics
229 …protected override IdentityUserRoleWithDate CreateUserRole(IdentityUserWithGenerics user, MyIdenti… in CreateUserRole()
239 …protected override IdentityUserClaimWithIssuer CreateUserClaim(IdentityUserWithGenerics user, Clai… in CreateUserClaim()
244 …protected override IdentityUserLoginWithContext CreateUserLogin(IdentityUserWithGenerics user, Use… in CreateUserLogin()
[all …]