Constable Authorization Engine 2.0 BETA

AuthorizationPolicy.EnsureNewRuleConsistency Method 

[This is preliminary documentation and subject to change.]

This member supports the component' s implementation and is not intended to be used directly from your code.

[Visual Basic]
Protected Sub EnsureNewRuleConsistency( _
   ByVal protectedObject As NamedObjectBase, _
   ByVal role As Role, _
   ByVal state As State _
)
[C#]
protected void EnsureNewRuleConsistency(
   NamedObjectBase protectedObject,
   Role role,
   State state
);

See Also

AuthorizationPolicy Class | LaMarvin.Constable Namespace