TaskPrincipalRequiredPrivileges Property

Gets the security credentials for a principal. These security credentials define the security context for the tasks that are associated with the principal.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
[XmlIgnoreAttribute]
public TaskPrincipalPrivileges RequiredPrivileges { get; }

Property Value

TaskPrincipalPrivileges

Remarks

Setting this value appears to break the Task Scheduler MMC and does not output in XML. Removed to prevent problems.

See Also