mscorlib(4.0.0.0) API with additions
TokenAccessLevels.cs
2 
4 {
7  [Flags]
8  [ComVisible(true)]
9  public enum TokenAccessLevels
10  {
12  AssignPrimary = 0x1,
14  Duplicate = 0x2,
16  Impersonate = 0x4,
18  Query = 0x8,
20  QuerySource = 0x10,
22  AdjustPrivileges = 0x20,
24  AdjustGroups = 0x40,
26  AdjustDefault = 0x80,
28  AdjustSessionId = 0x100,
30  Read = 0x20008,
32  Write = 0x200E0,
34  AllAccess = 0xF01FF,
36  MaximumAllowed = 0x2000000
37  }
38 }
Definition: __Canon.cs:3
The user can attach a primary token to a process.
The user can query the source of the token.
The maximum value that can be assigned for the T:System.Security.Principal.TokenAccessLevels enumerat...
The user can change the default owner, primary group, or discretionary access control list (DACL) of ...
The user can adjust the session identifier of the token.
Specifies that the class can be serialized.
The user can change the attributes of the groups in the token.
The user can enable or disable privileges in the token.
The P:System.Uri.Query data.
TokenAccessLevels
Defines the privileges of the user account associated with the access token.