source:
trunk/Include/Classes/System/Security/AccessControl/misc.ab@
395
Last change on this file since 395 was 337, checked in by , 18 years ago | |
---|---|
File size: 416 bytes |
Rev | Line | |
---|---|---|
[337] | 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.