Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.IsActionExecutable Method

[This is preliminary documentation and subject to change.]

Returns a value specifying if the specified action is executable in the current authorization context.

Overload List

Returns a value specifying if the specified action is executable in the current authorization context.

public bool IsActionExecutable(Action);

Returns a value specifying if the action associated with the given rule is executable in the current authorization context.

public virtual bool IsActionExecutable(ActionRule);

Returns a value specifying if the specified action is executable in the current authorization context.

public bool IsActionExecutable(string);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace