ControlMethodsCombineAlgorithm

Description

The ControlMethodsCombineAlgorithm enumeration contains permission combination algorithms by attribute-based and discretionary access control method.

It is used by the IMetabasePolicy.MethodsCombineAlgorithm property.

Comments

When attribute-based and discretionary methods are used simultaneously, there is use of permission combination algorithm:

Available Values

Value Brief description
1 Default_. Default value. The AND combination algorithm is used.
1 Deny. The AND combination algorithm is used.
3 Permit. The OR combination algorithm is used.

See also:

Metabase Assembly Enumerations