C# Класс Simplify.Web.Meta.ControllerSecurity

Provides controller security information
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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