TaskSecurityResetAccessRule Method

Removes all access control rules with the same user as the specified rule, regardless of AccessControlType, and then adds the specified rule.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public void ResetAccessRule(
	TaskAccessRule rule
)

Parameters

rule  TaskAccessRule
The TaskAccessRule to add. The user specified by this rule determines the rules to remove before this rule is added.

See Also