aspnetcore/test/Microsoft.AspNet.Identity.E...
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
..
CustomPocoTest.cs Reacting to EF naming change 2014-10-28 18:51:30 -07:00
DbUtil.cs Fixing compilation issue with EntiryFramework 2014-10-17 07:30:29 -07:00
DefaultPocoTest.cs Fixing compilation issue with EntiryFramework 2014-10-17 07:30:29 -07:00
Microsoft.AspNet.Identity.EntityFramework.Test.kproj
SqlStoreTestBase.cs Use DataProtectionTokenProvider from DI 2014-10-27 12:51:45 -07:00
UserStoreGuidKeyTest.cs Use DataProtectionTokenProvider from DI 2014-10-27 12:51:45 -07:00
UserStoreIntKeyTest.cs Rationalize IdentityDbContext ctors 2014-10-16 15:14:46 -07:00
UserStoreStringKeyTest.cs
UserStoreTest.cs added replace claim functionality. fixes #232 2014-11-04 12:02:17 -08:00
project.json Rationalize IdentityDbContext ctors 2014-10-16 15:14:46 -07:00