Articles.Web.Controllers.AccountController.Logout C# (CSharp) Méthode

Logout() private méthode

private Logout ( ) : IHttpActionResult
Résultat IHttpActionResult
        public IHttpActionResult Logout()
        {
            Authentication.SignOut(CookieAuthenticationDefaults.AuthenticationType);
            return Ok();
        }