Discuss this help topic in SecureBlackbox Forum
This event is fired when ACL is requested for some resource.
Declaration
Parameters
- Principal - the principal for which the ACL is requested.
- List - the list of TElWebDAVACE objects should be returned via this parameter.
- OwnList - set this property to false if the component should free the allocated resources; otherwise it is a responsibility of the user application to dispose of the List object.
- URL - URL of the resource for which the ACL is requested.
- pcURL - URL of the resource for which the ACL is requested.
- szURL - the length of szURL in bytes.
Description
This event is fired when ACL is requested for some resource.
The handler should provide the list of Acess Control Elements (ACEs) via the corresponding parameter.
Discuss this help topic in SecureBlackbox Forum