We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dd727 commit ce18407Copy full SHA for ce18407
1 file changed
NtApiDotNet/NtTokenNative.cs
@@ -149,6 +149,7 @@ public enum TokenIntegrityLevel
149
Untrusted = 0,
150
Low = 0x1000,
151
Medium = 0x2000,
152
+ MediumPlus = Medium + 0x100,
153
High = 0x3000,
154
System = 0x4000,
155
ProtectedProcess = 0x5000,
0 commit comments