Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.ExecuteAction Method

[This is preliminary documentation and subject to change.]

Executes the specified Action.

Overload List

Executes the specified Action.

public void ExecuteAction(Action);

Executes the Action associated with the given action authorization rule.

public virtual void ExecuteAction(ActionRule);

Executes the action identified by its Id.

public void ExecuteAction(string);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace