We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4df46 commit 00dd727Copy full SHA for 00dd727
1 file changed
NtApiDotNet/NtTokenNative.cs
@@ -151,6 +151,7 @@ public enum TokenIntegrityLevel
151
Medium = 0x2000,
152
High = 0x3000,
153
System = 0x4000,
154
+ ProtectedProcess = 0x5000,
155
};
156
157
public enum TokenElevationType
0 commit comments