ActiveDirectorySecurity::RemoveAudit Method (IdentityReference^)

 

Removes all audit rules that have the specified IdentityReference object from the SACL of an object.

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

public:
void RemoveAudit(
	IdentityReference^ identity
)

Parameters

identity
Type: System.Security.Principal::IdentityReference^

An IdentityReference object such as an NTAccount object, that resolves to a security identifier (SID).

.NET Framework
Available since 2.0
Return to top
Show: