Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.RemoveRules 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 RemoveRules( _
   ByVal rules As RuleCollectionBase, _
   ByVal toBeRemoved As IList _
)
[C#]
protected void RemoveRules(
   RuleCollectionBase rules,
   IList toBeRemoved
);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace