Click or drag to resize
Task Scheduler Managed Class Library

TaskSetSecurityDescriptorSddlForm Method

Sets the security descriptor for the task. Not available to Task Scheduler 1.0.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
public void SetSecurityDescriptorSddlForm(
	string sddlForm,
	TaskSetSecurityOptions options = TaskSetSecurityOptions.None
)
Request Example View Source

Parameters

sddlForm  String
The security descriptor for the task.
options  TaskSetSecurityOptions  (Optional)
Flags that specify how to set the security descriptor.
Exceptions
ExceptionCondition
NotV1SupportedExceptionNot supported under Task Scheduler 1.0.
See Also