ActiveDirectoryAuditRule Constructor (IdentityReference^, ActiveDirectoryRights, AuditFlags)
.NET Framework (current version)
Initializes a new instance of the ActiveDirectoryAuditRule class with the specified identity, rights, and flags.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public:
ActiveDirectoryAuditRule(
IdentityReference^ identity,
ActiveDirectoryRights adRights,
AuditFlags auditFlags
)
Parameters
- identity
-
Type:
System.Security.Principal::IdentityReference^
Specifies an IdentityReference object, such as an NTAccount object, that resolves to a security identifier (SID).
- adRights
-
Type:
System.DirectoryServices::ActiveDirectoryRights
Specifies an ActiveDirectoryRights object, which is used to define all the rights that can be set on a directory object, as defined in the ActiveDirectoryRights enumeration.
- auditFlags
-
Type:
System.Security.AccessControl::AuditFlags
Specifies an AuditFlags object, which contains the combination of one or more audit flags to add to this ActiveDirectoryAuditRule. The allowable flags are Success and Failure. This parameter may not be zero.
.NET Framework
Available since 2.0
Available since 2.0
Show: