TaskProcessTokenSidType Enumeration
Defines the types of process security identifier (SID) that can be used by tasks. These changes are used to specify the type of
process SID in the IPrincipal2 interface.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
public enum TaskProcessTokenSidType
None | 0 | No changes will be made to the process token groups list. |
Unrestricted | 1 |
A task SID that is derived from the task name will be added to the process token groups list, and the token default
discretionary access control list (DACL) will be modified to allow only the task SID and local system full control and the
account SID read control.
|
Default | 2 | A Task Scheduler will apply default settings to the task process. |