C# Class WebApp.Attributes.CookieAuthenticatedAttribute

Inheritance: System.Web.Mvc.AuthorizeAttribute
ファイルを表示 Open project: hudl/black-mesa

Protected Methods

Method Description
AuthorizeCore ( System.Web.HttpContextBase httpContext ) : bool
HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext filterContext ) : void

Private Methods

Method Description
IsValid ( string authCookieValue ) : bool

Method Details

AuthorizeCore() protected method

protected AuthorizeCore ( System.Web.HttpContextBase httpContext ) : bool
httpContext System.Web.HttpContextBase
return bool

HandleUnauthorizedRequest() protected method

protected HandleUnauthorizedRequest ( System.Web.Mvc.AuthorizationContext filterContext ) : void
filterContext System.Web.Mvc.AuthorizationContext
return void