source: trunk/Include/Classes/System/Security/AccessControl/misc.ab@ 337

Last change on this file since 337 was 337, checked in by dai, 17 years ago

index.abを一つにまとめた。

File size: 416 bytes
RevLine 
[337]1Namespace System
2Namespace Security
3Namespace AccessControl
4
5
6Enum AccessControlSections
7 Access ' 随意アクセス制御リスト (DACL: Discretionary Access Control List)
8 All ' セキュリティ記述子全体
9 Audit ' システム アクセス制御リスト (SACL: System Access Control List)
10 Group ' プライマリ グループ
11 None ' セクションを指定しません
12 Owner ' 所有者
13End Enum
14
15
16End Namespace
17End Namespace
18End Namespace
Note: See TracBrowser for help on using the repository browser.