SecurityDescriptor (registrationInfoType) Element

Specifies the security descriptor of the task.

<xs:element name="SecurityDescriptor"
    type="string"
 />

The SecurityDescriptor element is defined by the registrationInfoType complex type.

Parent element

Element Derived from Description
RegistrationInfo registrationInfoType Specifies administrative information about the task, such as the author of the task and the date the task is registered.

Remarks

For scripting development, the security descriptor of a task is specified using the RegistrationInfo.SecurityDescriptor property.

For C++ development, the security descriptor of a task is specified using the IRegistrationInfo::SecurityDescriptor property.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]

See also

Task Scheduler Schema Elements

Task Scheduler