Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.GetAuthorizedRules 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 GetAuthorizedRules( _
   ByVal currentRules As RuleCollectionBase, _
   ByVal authorizedRules As RuleCollectionBase _
)
[C#]
protected void GetAuthorizedRules(
   RuleCollectionBase currentRules,
   RuleCollectionBase authorizedRules
);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace