{
IAuthenticationManager the authenticationManager=HttpContext. Current. GetOwinContext (). The Authentication;
The authenticationManager. SignOut (DefaultAuthenticationTypes. ExternalCookie);
Var identity=manager. CreateIdentity (user, DefaultAuthenticationTypes ApplicationCookie);
The authenticationManager. SignIn (new AuthenticationProperties () {IsPersistent=IsPersistent}, identity);
}
Positioning error manager. CreateIdentity
Error: the current language does not support "Microsoft. AspNet. Identity. UserManagerExtensions. CreateIdentity
"
Novice seek help,,,
CodePudding user response:
No one? Oneself the top