source:
trunk/Include/Classes/System/Security/AccessControl/misc.ab@
337
Last change on this file since 337 was 337, checked in by , 17 years ago | |
---|---|
File size: 416 bytes |
Line | |
---|---|
1 | Namespace System |
2 | Namespace Security |
3 | Namespace AccessControl |
4 | |
5 | |
6 | Enum AccessControlSections |
7 | Access ' 随意アクセス制御リスト (DACL: Discretionary Access Control List) |
8 | All ' セキュリティ記述子全体 |
9 | Audit ' システム アクセス制御リスト (SACL: System Access Control List) |
10 | Group ' プライマリ グループ |
11 | None ' セクションを指定しません |
12 | Owner ' 所有者 |
13 | End Enum |
14 | |
15 | |
16 | End Namespace |
17 | End Namespace |
18 | End Namespace |
Note:
See TracBrowser
for help on using the repository browser.