Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.GetResolvedActionRules Method 

[This is preliminary documentation and subject to change.]

This member supports the Constable Authorization Engine (CAZE) infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Overridable Protected Sub GetResolvedActionRules( _
   ByVal authorizedRules As ActionRuleCollection, _
   ByVal resolveMultipleTargetStates As Boolean, _
   ByVal resolvedRules As ActionRuleCollection _
)
[C#]
protected virtual void GetResolvedActionRules(
   ActionRuleCollection authorizedRules,
   bool resolveMultipleTargetStates,
   ActionRuleCollection resolvedRules
);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace