 | TaskFolderGetSecurityDescriptor Method |
Note: This API is now obsolete.
Gets the security descriptor for the folder. Not available to Task Scheduler 1.0.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax[ObsoleteAttribute("This method will be removed in deference to the GetAccessControl and GetSecurityDescriptorSddlForm methods.")]
public GenericSecurityDescriptor GetSecurityDescriptor(
SecurityInfos includeSections = SecurityInfos.Owner|SecurityInfos.Group|SecurityInfos.DiscretionaryAcl
)
<ObsoleteAttribute("This method will be removed in deference to the GetAccessControl and GetSecurityDescriptorSddlForm methods.")>
Public Function GetSecurityDescriptor (
Optional includeSections As SecurityInfos = SecurityInfos.Owner Or SecurityInfos.Group Or SecurityInfos.DiscretionaryAcl
) As GenericSecurityDescriptor
public:
[ObsoleteAttribute(L"This method will be removed in deference to the GetAccessControl and GetSecurityDescriptorSddlForm methods.")]
GenericSecurityDescriptor^ GetSecurityDescriptor(
SecurityInfos includeSections = SecurityInfos::Owner|SecurityInfos::Group|SecurityInfos::DiscretionaryAcl
)
Request Example
View SourceParameters
- includeSections (Optional)
- Type: System.Security.AccessControlSecurityInfos
Section(s) of the security descriptor to return.
Return Value
Type:
GenericSecurityDescriptorThe security descriptor for the folder.
See Also