Skip to content

Commit 00dd727

Browse files
committed
Added protected process integerity level.
1 parent 9f4df46 commit 00dd727

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
@@ -151,6 +151,7 @@ public enum TokenIntegrityLevel
151151
Medium = 0x2000,
152152
High = 0x3000,
153153
System = 0x4000,
154+
ProtectedProcess = 0x5000,
154155
};
155156

156157
public enum TokenElevationType

0 commit comments

Comments
 (0)