aspnetcore/test/Shared
tugberkugurlu d7f711bca1 added replace claim functionality. fixes #232
- added ReplaceClaimAsync method to IUserClaimStore interface
 - implemented ReplaceClaimAsync method from IUserClaimStore inside the
   Microsoft.AspNet.Identity.EntityFramework.UserStore<TUser, TRole,
   TContext, TKey>
 - added ReplaceClaimAsync method to UserManager
 - added UserManager tests for ReplaceClaimAsync method.
 - added some UserStore tests for ReplaceClaimAsync implementation of
   IUserClaimStore
2014-11-04 12:02:17 -08:00
..
ApiConsistencyTestBase.cs Enable and fix Async/Cancellation tests 2014-10-27 12:58:46 -07:00
ApplicationUser.cs Rationalize IdentityDbContext ctors 2014-10-16 15:14:46 -07:00
IdentityResultAssert.cs Updating copyright headers 2014-05-08 23:01:13 -07:00
MockHelpers.cs Use DataProtectionTokenProvider from DI 2014-10-27 12:51:45 -07:00
PasswordHasherOptionsAccessor.cs Use stronger password hashing algorithms by default. 2014-10-22 12:19:46 -07:00
PriorityOrderer.cs Move SignIn Manger to core 2014-06-04 10:35:07 -07:00
TestMessageService.cs Updating copyright headers 2014-05-08 23:01:13 -07:00
TestRole.cs Updating copyright headers 2014-05-08 23:01:13 -07:00
TestUser.cs Updating copyright headers 2014-05-08 23:01:13 -07:00
UserManagerTestBase.cs added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00