C# 클래스 DotNetify.Security.AuthorizeAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: dsuryd/dotNetify

공개 메소드들

메소드 설명
IsAuthorized ( IPrincipal principal ) : bool

Returns whether the current security context is authorized to access the adorned class.

메소드 상세

IsAuthorized() 공개 메소드

Returns whether the current security context is authorized to access the adorned class.
public IsAuthorized ( IPrincipal principal ) : bool
principal IPrincipal Security context.
리턴 bool