Click or drag to resize
Task Scheduler Managed Class Library

TaskSecurityDescriptor Property

Note: This API is now obsolete.

Gets or sets the security descriptor for the task.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
[ObsoleteAttribute("This property will be removed in deference to the GetAccessControl, GetSecurityDescriptorSddlForm, SetAccessControl and SetSecurityDescriptorSddlForm methods.")]
public GenericSecurityDescriptor SecurityDescriptor { get; set; }
Request Example View Source

Property Value

GenericSecurityDescriptor
The security descriptor.
See Also