AuthenticationManager.SignOut(); 这个退不了,然后就加上 AuthenticationManager.SignOut( DefaultAuthenticationTypes.ApplicationCookie); 这样就可以退出去了