Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the possible values for the ProcessTokenSidType (principalType) element.
<xs:simpleType name="processTokenSidType">
<xs:restriction
base="string"
>
<xs:enumeration
value="None"
/>
<xs:enumeration
value="Unrestricted"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The processTokenSidType simple type defines the following values.
Value | Description |
---|---|
None | Tasks are run in a process that does not contain a process token SID (no changes will be made to the process token groups list). |
Unrestricted | A task SID will be derived from the full task path and will be added to the process token groups list. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps only] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |