2 references to StoreNotIUserAuthenticationTokenStore
Microsoft.AspNetCore.Identity.Test (1)
UserManagerTest.cs (1)
1271
var error = Extensions.Identity.Core.Resources.
StoreNotIUserAuthenticationTokenStore
;
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
2958
throw new NotSupportedException(Resources.
StoreNotIUserAuthenticationTokenStore
);