C# 클래스 Blog.Common.Web.Attributes.BlogAuthorizationAttribute

상속: System.Web.Mvc.ActionFilterAttribute, IAuthenticationFilter
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetCodeResult System.Web.Mvc.HttpStatusCodeResult

공개 메소드들

메소드 설명
OnAuthentication ( System.Web.Mvc.Filters.AuthenticationContext filterContext ) : void
OnAuthenticationChallenge ( System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext ) : void

비공개 메소드들

메소드 설명
GetCodeResult ( System.Web.Mvc.Filters.AuthenticationContext filterContext ) : System.Web.Mvc.HttpStatusCodeResult

메소드 상세

OnAuthentication() 공개 메소드

public OnAuthentication ( System.Web.Mvc.Filters.AuthenticationContext filterContext ) : void
filterContext System.Web.Mvc.Filters.AuthenticationContext
리턴 void

OnAuthenticationChallenge() 공개 메소드

public OnAuthenticationChallenge ( System.Web.Mvc.Filters.AuthenticationChallengeContext filterContext ) : void
filterContext System.Web.Mvc.Filters.AuthenticationChallengeContext
리턴 void