ActiveDirectorySecurity::RemoveAuditRule Method (ActiveDirectoryAuditRule^)

 

Removes all audit rules that contain the same security identifier and access mask as the specified audit rule from the System Access Control List (SACL) of an object.

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

public:
bool RemoveAuditRule(
	ActiveDirectoryAuditRule^ rule
)

Parameters

rule
Type: System.DirectoryServices::ActiveDirectoryAuditRule^

The ActiveDirectoryAccessRule object to which this operation applies.

Return Value

Type: System::Boolean

true if the operation is successful; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: