 | TaskRegistrationInfoSecurityDescriptor Property |
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
Syntaxpublic GenericSecurityDescriptor SecurityDescriptor { get; set; }
Public Property SecurityDescriptor As GenericSecurityDescriptor
Get
Set
public:
property GenericSecurityDescriptor^ SecurityDescriptor {
GenericSecurityDescriptor^ get ();
void set (GenericSecurityDescriptor^ value);
}
Request Example
View SourceProperty Value
Type:
GenericSecurityDescriptorThe security descriptor.
See Also