C# 클래스 Simplify.Web.Meta.ControllerSecurity

Provides controller security information
파일 보기 프로젝트 열기: i4004/Simplify.Web 1 사용 예제들

공개 메소드들

메소드 설명
ControllerSecurity ( bool isAuthorizationRequired = false, IEnumerable requiredUserRoles = null ) : System.Collections.Generic

Initializes a new instance of the ControllerSecurity class.

메소드 상세

ControllerSecurity() 공개 메소드

Initializes a new instance of the ControllerSecurity class.
public ControllerSecurity ( bool isAuthorizationRequired = false, IEnumerable requiredUserRoles = null ) : System.Collections.Generic
isAuthorizationRequired bool if set to true then indicates whether controller requires user authorization.
requiredUserRoles IEnumerable The required user roles.
리턴 System.Collections.Generic