ActiveDirectorySecurity::RemoveAccessRuleSpecific Method (ActiveDirectoryAccessRule^)

 

Removes all access rules that exactly match the specified access rule from the DACL of an object.

Namespace:   System.DirectoryServices
Assembly:  System.DirectoryServices (in System.DirectoryServices.dll)

public:
void RemoveAccessRuleSpecific(
	ActiveDirectoryAccessRule^ rule
)

Parameters

rule
Type: System.DirectoryServices::ActiveDirectoryAccessRule^

The ActiveDirectoryAccessRule object to which this operation applies.

.NET Framework
Available since 2.0
Return to top
Show: