IABACEngine.SetPolicy

Syntax

SetPolicy(Policies: IABACRootPolicyObject);

Parameters

Policies. The attribute-based access control structure.

Description

The SetPolicy method sets attribute-based access control policy.

Comments

The method is used together with the IABACEngine.Evaluate method to calculate subject access to object.

To address attribute-based access control structure:

Example

The method use is given in the example for IABACEngine.Evaluate.

See also:

IABACEngine