Skip to content

Commit ce18407

Browse files
committed
Added MediumPlus integrity level.
1 parent 00dd727 commit ce18407

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

NtApiDotNet/NtTokenNative.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public enum TokenIntegrityLevel
149149
Untrusted = 0,
150150
Low = 0x1000,
151151
Medium = 0x2000,
152+
MediumPlus = Medium + 0x100,
152153
High = 0x3000,
153154
System = 0x4000,
154155
ProtectedProcess = 0x5000,

0 commit comments

Comments
 (0)