SetCallback(Callback: IABACEvaluateCallback);
SetCallback(Prognoz.Platform.Interop.ABAC.IABACEvaluateCallback);
Callback. The function that determines attribute value.
The SetCallback method sets the function that determines attribute value if the subject or object attribute is not determined.
The method is used together with the IABACEngine.Evaluate method to calculate subject access to object.
To determine a function, use the IABACEvaluateCallback.AttrValue method.
The method use is given in the example for IABACEngine.Evaluate.
See also: