When I call this:
var baseResult = base.PasswordSignInAsync(userName, password, isPersistent, shouldLockout).Result;
My app hangs. I don't get an exception or it returns a result.
I updated my develop pc to windows 10 , when I use windows 8.1 I had no problem.
I'm also using visual studio 2013 and 2015 but they have the same problem