aspnetcore/test
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
..
Microsoft.AspNet.Identity.EntityFramework.InMemory.Test added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00
Microsoft.AspNet.Identity.EntityFramework.Test added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00
Microsoft.AspNet.Identity.InMemory.Test added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00
Microsoft.AspNet.Identity.Test added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00
Shared added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00