C# 클래스 Aspectacular.AspNetRoleAuthorizationAspect

Enforces ASP.NET role membership authorization for methods or classes decorated with the DemandAspNetRoleAttribute.
상속: AuthorizationAspect
파일 보기 프로젝트 열기: vgribok/Aspectacular

보호된 메소드들

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

메소드 상세

ThrowAuthorizationException() 보호된 메소드

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