Click or drag to resize
Task Scheduler Managed Class Library

TaskSetSecurityOptions Enumeration

Options for use when calling the SetSecurityDescriptorSddlForm methods.

Namespace:  Microsoft.Win32.TaskScheduler
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
[FlagsAttribute]
public enum TaskSetSecurityOptions
Members
  Member nameValueDescription
None0No special handling.
DontAddPrincipalAce16The Task Scheduler service is prevented from adding the allow access-control entry (ACE) for the context principal.
See Also