Home
last modified time | relevance | path

Searched refs:AddIdentity (Results 1 – 25 of 96) sorted by relevance

1234

/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/Identity.Test/
H A DIdentityBuilderTest.cs53 services.AddIdentity<PocoUser,PocoRole>().AddUserStore<MyUberThingy>(); in CanOverrideUserStore()
63 services.AddIdentity<PocoUser,PocoRole>().AddRoleStore<MyUberThingy>(); in CanOverrideRoleStore()
74 services.AddIdentity<PocoUser, PocoRole>() in CanOverridePrincipalFactory()
88 services.AddIdentity<PocoUser,PocoRole>().AddRoleValidator<MyUberThingy>(); in CanOverrideRoleValidator()
118 services.AddIdentity<PocoUser, PocoRole>() in CanOverrideUserManager()
130 services.AddIdentity<PocoUser, PocoRole>() in CanOverrideRoleManager()
144 services.AddIdentity<PocoUser, PocoRole>() in CanOverrideSignInManager()
160 .AddIdentity<PocoUser,PocoRole>() in EnsureDefaultServices()
183 services.AddIdentity<PocoUser,PocoRole>().AddDefaultTokenProviders(); in EnsureDefaultTokenProviders()
195 var builder = services.AddIdentity<PocoUser, PocoRole>(); in AddManagerWithWrongTypesThrows()
[all …]
H A DIdentityOptionsTest.cs43 services.AddIdentity<PocoUser,PocoRole>(); in CanCustomizeIdentityOptions()
63 … services.AddIdentity<PocoUser,PocoRole>(options => options.User.RequireUniqueEmail = true); in CanSetupIdentityOptions()
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/src/Identity/
H A DIdentityServiceCollectionExtensions.cs24 public static IdentityBuilder AddIdentity<TUser, TRole>(
28 => services.AddIdentity<TUser, TRole>(setupAction: null);
38 public static IdentityBuilder AddIdentity<TUser, TRole>(
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/protocol/iq/disco/
H A DDiscoInfo.cs99 public DiscoIdentity AddIdentity() in AddIdentity() method in agsXMPP.protocol.iq.disco.DiscoInfo
106 public void AddIdentity(DiscoIdentity id) in AddIdentity() method in agsXMPP.protocol.iq.disco.DiscoInfo
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Claims/tests/
H A DClaimsPrincipalTests.cs75 basePrincipal.AddIdentity(baseId); in Ctor_IPrincipal()
145 basePrincipal.AddIdentity(baseId2); in Ctor_IPrincipal_MultipleIdentities()
146 basePrincipal.AddIdentity(baseId3); in Ctor_IPrincipal_MultipleIdentities()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Claims/
H A DClaimsPrincipalTest.cs104 basePrincipal.AddIdentity (baseId); in IPrincipalCtorClaimsPrincipalWorks()
178 basePrincipal.AddIdentity (baseId2); in IPrincipalCtorClaimsPrincipalWithMultipleIdentitiesWorks()
179 basePrincipal.AddIdentity (baseId3); in IPrincipalCtorClaimsPrincipalWithMultipleIdentitiesWorks()
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/EF.Test/
H A DUserStoreEncryptPersonalDataTest.cs25 services.AddIdentity<IdentityUser, IdentityRole>(options => in SetupAddIdentity()
184 services.AddIdentity<CustomUser, IdentityRole>(options => in CustomPersonalDataPropertiesAreProtected()
268 services.AddIdentity<CustomUser, IdentityRole>(options => in ProtectedPersonalDataThrowsOnNonString()
H A DUserStoreIntKeyTest.cs41 … var builder = services.AddIdentity<IntUser, IntRole>().AddEntityFrameworkStores<TestDbContext>(); in AddEntityFrameworkStoresCanInferKey()
H A DUserStoreStringKeyTest.cs42 …var builder = services.AddIdentity<StringUser, StringRole>().AddEntityFrameworkStores<TestDbContex… in AddEntityFrameworkStoresCanInferKey()
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/InMemory.Test/
H A DControllerTest.cs38 services.AddIdentity<PocoUser, PocoRole>(); in VerifyAccountControllerSignIn()
89 services.AddIdentity<PocoUser, PocoRole>(); in VerifyAccountControllerExternalLoginWithTokensFlow()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/foreign/
H A DTestIntrinsics.java86 interface AddIdentity { in tests() interface
90 AddIdentity addIdentity = (name, carrier, layout, arg) -> { in tests()
/dports/net-p2p/bitmark/bitmarkd-0.13.3/command/bitmark-cli/
H A Drun-changepassword.go28 err = m.config.AddIdentity(name, owner.Description, owner.Seed, newPassword)
H A Drun-add.go57 err = m.config.AddIdentity(name, description, seed, password)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/command/bitmark-cli/
H A Drun-changepassword.go28 err = m.config.AddIdentity(name, owner.Description, owner.Seed, newPassword)
H A Drun-add.go57 err = m.config.AddIdentity(name, description, seed, password)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/command/bitmark-cli/
H A Drun-changepassword.go28 err = m.config.AddIdentity(name, owner.Description, owner.Seed, newPassword)
H A Drun-add.go57 err = m.config.AddIdentity(name, description, seed, password)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/command/bitmark-cli/
H A Drun-changepassword.go28 err = m.config.AddIdentity(name, owner.Description, owner.Seed, newPassword)
H A Drun-add.go57 err = m.config.AddIdentity(name, description, seed, password)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/ssl/
H A Dclient_cert_store_mac.cc264 void AddIdentity(ScopedCFTypeRef<SecIdentityRef> sec_identity, in AddIdentity() function
342 AddIdentity(std::move(sec_identity), preferred_sec_identity.get(), in GetClientCertsOnBackgroundThread()
377 AddIdentity( in GetClientCertsOnBackgroundThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/ssl/
H A Dclient_cert_store_mac.cc264 void AddIdentity(ScopedCFTypeRef<SecIdentityRef> sec_identity, in AddIdentity() function
342 AddIdentity(std::move(sec_identity), preferred_sec_identity.get(), in GetClientCertsOnBackgroundThread()
377 AddIdentity( in GetClientCertsOnBackgroundThread()
/dports/www/gohugo/hugo-0.91.2/markup/goldmark/
H A Drender_hooks.go285 ctx.AddIdentity(h.LinkRenderer)
349 ctx.AddIdentity(h.LinkRenderer)
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/EF.InMemory.Test/
H A DTestIdentityFactory.cs29 services.AddIdentity<IdentityUser, IdentityRole>(); in CreateTestServices()
/dports/net-im/p5-Net-Jabber/Net-Jabber-2.0/t/
H A Dquery_disco_info.t43 my $item = $query3->AddIdentity();
63 my $item2 = $query3->AddIdentity(category=>"category2",
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Claims/src/System/Security/Claims/
H A DGenericPrincipal.cs66 base.AddIdentity(claimsIdentity); in AddIdentityWithRoles()

1234