Constable Authorization Engine 2.0 BETA

RuleCollectionBase.IsNewRulePolicyOwnershipValid 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 Function IsNewRulePolicyOwnershipValid( _
   ByVal protectedObject As NamedObjectBase, _
   ByVal role As Role, _
   ByVal state As State _
) As Boolean
[C#]
protected bool IsNewRulePolicyOwnershipValid(
   NamedObjectBase protectedObject,
   Role role,
   State state
);

See Also

RuleCollectionBase Class | LaMarvin.Constable.Model Namespace