Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.ResolveConflictingEnabledRules 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]
Protected Sub ResolveConflictingEnabledRules( _
   ByVal protectedObject As NamedObjectBase, _
   ByVal inputRules As RuleCollectionBase, _
   ByVal outputRules As RuleCollectionBase _
)
[C#]
protected void ResolveConflictingEnabledRules(
   NamedObjectBase protectedObject,
   RuleCollectionBase inputRules,
   RuleCollectionBase outputRules
);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace