TaskSecurityRemoveAccessRuleSpecific Method

Searches for an access control rule that exactly matches the specified rule and, if found, removes it.

Definition

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

Parameters

rule  TaskAccessRule
The TaskAccessRule to remove.

See Also