Home
last modified time | relevance | path

Searched defs:AddRoleStore (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/EF.Test/
H A DUserStoreGuidKeyTest.cs51 protected override void AddRoleStore(IServiceCollection services, object context = null) in AddRoleStore() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.UserStoreGuidTest
H A DUserStoreTest.cs79 protected override void AddRoleStore(IServiceCollection services, object context = null) in AddRoleStore() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.UserStoreTest
H A DSqlStoreTestBase.cs116 protected override void AddRoleStore(IServiceCollection services, object context = null) in AddRoleStore() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.SqlStoreTestBase
H A DUserStoreWithGenericsTest.cs49 protected override void AddRoleStore(IServiceCollection services, object context = null) in AddRoleStore() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test.UserStoreWithGenericsTest
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/InMemory.Test/
H A DInMemoryStoreTest.cs23 protected override void AddRoleStore(IServiceCollection services, object context = null) in AddRoleStore() method in Microsoft.AspNetCore.Identity.InMemory.Test.InMemoryStoreTest
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/EF.InMemory.Test/
H A DInMemoryEFUserStoreTest.cs24 protected override void AddRoleStore(IServiceCollection services, object context = null) in AddRoleStore() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.InMemoryEFUserStoreTest
H A DInMemoryStoreWithGenericsTest.cs42 protected override void AddRoleStore(IServiceCollection services, object context = null) in AddRoleStore() method in Microsoft.AspNetCore.Identity.EntityFrameworkCore.InMemory.Test.InMemoryEFUserStoreTestWithGenerics
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/src/Specification.Tests/
H A DIdentitySpecificationTestBase.cs101 protected abstract void AddRoleStore(IServiceCollection services, object context = null); in AddRoleStore() method in Microsoft.AspNetCore.Identity.Test.IdentitySpecificationTestBase