 | TaskFolderSecurityDescriptor Property |
Note: This API is now obsolete.
Gets or sets the security descriptor of the task.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax[ObsoleteAttribute("This property will be removed in deference to the GetAccessControl, GetSecurityDescriptorSddlForm, SetAccessControl and SetSecurityDescriptorSddlForm methods.")]
public GenericSecurityDescriptor SecurityDescriptor { get; set; }
<ObsoleteAttribute("This property will be removed in deference to the GetAccessControl, GetSecurityDescriptorSddlForm, SetAccessControl and SetSecurityDescriptorSddlForm methods.")>
Public Property SecurityDescriptor As GenericSecurityDescriptor
Get
Set
public:
[ObsoleteAttribute(L"This property will be removed in deference to the GetAccessControl, GetSecurityDescriptorSddlForm, SetAccessControl and SetSecurityDescriptorSddlForm methods.")]
property GenericSecurityDescriptor^ SecurityDescriptor {
GenericSecurityDescriptor^ get ();
void set (GenericSecurityDescriptor^ value);
}
Request Example
View SourceProperty Value
Type:
GenericSecurityDescriptorThe security descriptor.
See Also