 | 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.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic enum TaskProcessTokenSidType
Public Enumeration TaskProcessTokenSidType
public enum class TaskProcessTokenSidType
Members
| Member name | Value | Description |
---|
| 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. |
See Also