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

상속: AuthenticationFilterAttribute
파일 보기 프로젝트 열기: jsnmgpnty/Blogness2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Authenticate bool

공개 메소드들

메소드 설명
OnAuthentication ( System.Web.Http.Filters.HttpAuthenticationContext context ) : void

비공개 메소드들

메소드 설명
Authenticate ( System.Web.Http.Filters.HttpAuthenticationContext context ) : bool

메소드 상세

OnAuthentication() 공개 메소드

public OnAuthentication ( System.Web.Http.Filters.HttpAuthenticationContext context ) : void
context System.Web.Http.Filters.HttpAuthenticationContext
리턴 void