Cares.Web.Controllers.ManageController.ForgetBrowser C# (CSharp) Method

ForgetBrowser() private method

private ForgetBrowser ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult ForgetBrowser()
        {
            AuthenticationManager.SignOut(DefaultAuthenticationTypes.TwoFactorRememberBrowserCookie);
            return RedirectToAction("Index", "Manage");
        }