Adf.Base.Authorization.AllAuthorizationProvider.IsAllowed C# (CSharp) Méthode

IsAllowed() public méthode

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).
Résultat bool
        public bool IsAllowed(IAction action)
        {
            return true;
        }

Same methods

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