TaskPrincipalProcessTokenSidType Property
Gets or sets the task process security identifier (SID) type.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
[XmlIgnoreAttribute]
[DefaultValueAttribute(typeof(TaskProcessTokenSidType), "Default")]
public TaskProcessTokenSidType ProcessTokenSidType { get; set; }
Property Value
TaskProcessTokenSidTypeOne of the
TaskProcessTokenSidType enumeration constants.
Setting this value appears to break the Task Scheduler MMC and does not output in XML. Removed to prevent problems.