Click or drag to resize
Task Scheduler Managed Class Library

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.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public TaskPrincipalPrivileges RequiredPrivileges { get; }
Request Example View Source

Property Value

Type: TaskPrincipalPrivileges
Remarks
Setting this value appears to break the Task Scheduler MMC and does not output in XML. Removed to prevent problems.
See Also