SetPolicy(Policies: IABACRootPolicyObject);
Policies. The attribute-based access control structure.
The SetPolicy method sets attribute-based access control policy.
The method is used together with the IABACEngine.Evaluate method to calculate subject access to object.
To address attribute-based access control structure:
Use the structure created in the security manager using the IMetabasePolicy.ABACRules property.
Use the ABACRootPolicyObject class to create a separate structure.
The method use is given in the example for IABACEngine.Evaluate.
See also: