IABACEngine.SetEnvironment

Syntax

SetEnvironment(EnvAttrs: IABACAttributeInstances);

SetEnvironment(Prognoz.Platform.Interop.ABAC.IABACAttributeInstances);

Parameters

EnvAttrs. Environment attributes collection.

Description

The SetEnvironment method sets environment attributes collection.

Comments

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

Fore and Fore.NET Examples

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

See also:

IABACEngine