C# 클래스 JayLabs.Owin.OAuthAuthorization.ClaimAuthorizeAttribute

상속: System.Web.Http.AuthorizeAttribute
파일 보기 프로젝트 열기: jayway/JayLabs.Owin.OAuthAuthorization

공개 메소드들

메소드 설명
ClaimAuthorizeAttribute ( string requiredClaimType ) : System

보호된 메소드들

메소드 설명
IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool

메소드 상세

ClaimAuthorizeAttribute() 공개 메소드

public ClaimAuthorizeAttribute ( string requiredClaimType ) : System
requiredClaimType string
리턴 System

IsAuthorized() 보호된 메소드

protected IsAuthorized ( System.Web.Http.Controllers.HttpActionContext actionContext ) : bool
actionContext System.Web.Http.Controllers.HttpActionContext
리턴 bool