Home
last modified time | relevance | path

Searched defs:SetSecurityStampAsync (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/src/Core/
H A DIUserSecurityStampStore.cs22 Task SetSecurityStampAsync(TUser user, string stamp, CancellationToken cancellationToken); in SetSecurityStampAsync() method
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/InMemory.Test/
H A DInMemoryUserStore.cs307 …public Task SetSecurityStampAsync(TUser user, string stamp, CancellationToken cancellationToken = … in SetSecurityStampAsync() method in Microsoft.AspNetCore.Identity.InMemory.InMemoryUserStore
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/src/Stores/
H A DUserStoreBase.cs800 …public virtual Task SetSecurityStampAsync(TUser user, string stamp, CancellationToken cancellation… in SetSecurityStampAsync() method in Microsoft.AspNetCore.Identity.UserStoreBase
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/Identity.Test/
H A DUserManagerTest.cs1284 …public Task SetSecurityStampAsync(PocoUser user, string stamp, CancellationToken cancellationToken… in SetSecurityStampAsync() method in Microsoft.AspNetCore.Identity.Test.UserManagerTest.EmptyStore