Adf.Base.Authorization.AllAuthorizationProvider.IsAllowed C# (CSharp) Method

IsAllowed() public method

Checks whether the current user is allowed to performs the IAction.
public IsAllowed ( IAction action ) : bool
action IAction Any action that implements IAction (such as ApplicationTask).
return bool
        public bool IsAllowed(IAction action)
        {
            return true;
        }

Same methods

AllAuthorizationProvider::IsAllowed ( string subject, IAction action ) : bool