9 references to UpdateSecurityStampAsync
Microsoft.AspNetCore.Identity.FunctionalTests (1)
MapIdentityApiTests.cs (1)
391
await userManager.
UpdateSecurityStampAsync
(user);
Microsoft.AspNetCore.Identity.InMemory.Test (1)
FunctionalTest.cs (1)
332
var result = await userManager.
UpdateSecurityStampAsync
(user);
Microsoft.AspNetCore.Identity.Specification.Tests (4)
UserManagerSpecificationTests.cs (4)
889
IdentityResultAssert.IsSuccess(await manager.
UpdateSecurityStampAsync
(user));
1652
IdentityResultAssert.IsSuccess(await manager.
UpdateSecurityStampAsync
(user));
1656
IdentityResultAssert.IsSuccess(await manager.
UpdateSecurityStampAsync
(user));
1854
IdentityResultAssert.IsSuccess(await manager.
UpdateSecurityStampAsync
(user));
Microsoft.AspNetCore.Identity.Test (3)
UserManagerTest.cs (3)
1023
await Assert.ThrowsAsync<NotSupportedException>(() => manager.
UpdateSecurityStampAsync
(null));
1423
async () => await manager.
UpdateSecurityStampAsync
(null));
1520
await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.
UpdateSecurityStampAsync
(null));