Type Library
QSFASECLib
VB 5.0 Project-Reference Descriptive String
of Type Library
Bindview DirectScript Security Interfaces 3.2 Type Library
DLL
QSFASEC.DLL
The ObjectSecurity object is useful in viewing the ACLs (Access Control Lists) of files, directories, registries, and printers. The Administrator may also use this object to grant or deny access to specific groups or users. You may also create reports of existing permissions for objects such as files, directories, and printers.
This object supports the following interfaces:
IObjectSecurity: the default interface of this object. Can be used for security related operations on NT securable objects like NTFS files and directories, file shares, and registry keys.
IAuditSecurity: Can be used for auditing related operations on NT securable objects like NTFS files and directories, file shares, and registry keys.
IAccessList: Can be used for operations on actual ACLs (Access Control Lists) of NT securable objects.
IAccessEntry: Can be used for operations on ACEs (Access Control Entries) of an ACL, such as changing trustees, changing access types, and so on.
IServiceObjectSecurity: Can be used for security operations on Windows NT services.