This example continues the
SID Stuff Example. The aim of this example is
to implement the ACL editor application. This application will be based on two
SvCom components. The first of them - the TsvSidCenter - was considered in the
previous example. So we shall put our attention on the second component. I mean
the TsvACLCenter. This component does all work that is necessary to manipulate
Windows NT Access Control Lists (ACL). This example includes following
steps
- ACL overview
- Changes to SID Stuff Example
- Access mask editor
- ACL editor form
- Testing of example.
|