Click or drag to resize
Task Scheduler Managed Class Library

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.12.0
Syntax
C#
public enum TaskProcessTokenSidType
Request Example
Members
Member nameValueDescription
None0No changes will be made to the process token groups list.
Unrestricted1 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.
Default2A Task Scheduler will apply default settings to the task process.
See Also