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)
888
IdentityResultAssert.IsSuccess(await manager.
UpdateSecurityStampAsync
(user));
1651
IdentityResultAssert.IsSuccess(await manager.
UpdateSecurityStampAsync
(user));
1655
IdentityResultAssert.IsSuccess(await manager.
UpdateSecurityStampAsync
(user));
1853
IdentityResultAssert.IsSuccess(await manager.
UpdateSecurityStampAsync
(user));
Microsoft.AspNetCore.Identity.Test (3)
UserManagerTest.cs (3)
739
await Assert.ThrowsAsync<NotSupportedException>(() => manager.
UpdateSecurityStampAsync
(null));
1087
async () => await manager.
UpdateSecurityStampAsync
(null));
1176
await Assert.ThrowsAsync<ObjectDisposedException>(() => manager.
UpdateSecurityStampAsync
(null));