C# 클래스 Aspectacular.AuthorizationAspect

Enforces claims/roles authorization for methods or classes decorated with subclasses of the AuthorizationDemandAttribute.
상속: Aspect
파일 보기 프로젝트 열기: vgribok/Aspectacular

공개 메소드들

메소드 설명
Step_2_BeforeTryingMethodExec ( ) : void

보호된 메소드들

메소드 설명
EnsureAuthorization ( ) : void
ThrowAuthorizationException ( string errorMsg ) : void

메소드 상세

EnsureAuthorization() 보호된 메소드

protected EnsureAuthorization ( ) : void
리턴 void

Step_2_BeforeTryingMethodExec() 공개 메소드

public Step_2_BeforeTryingMethodExec ( ) : void
리턴 void

ThrowAuthorizationException() 보호된 메소드

protected ThrowAuthorizationException ( string errorMsg ) : void
errorMsg string
리턴 void