ActiveDirectoryAuditRule Constructor (IdentityReference^, ActiveDirectoryRights, AuditFlags, Guid, ActiveDirectorySecurityInheritance, Guid)

 

Initializes a new instance of the ActiveDirectoryAuditRule class with the specified identity, rights, flags, object type, inheritance type, and inherited object type.

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

public:
ActiveDirectoryAuditRule(
	IdentityReference^ identity,
	ActiveDirectoryRights adRights,
	AuditFlags auditFlags,
	Guid objectType,
	ActiveDirectorySecurityInheritance inheritanceType,
	Guid inheritedObjectType
)

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.

objectType
Type: System::Guid

Specifies a Guid object that contains the GUID of the object to which the access permissions apply.

inheritanceType
Type: System.DirectoryServices::ActiveDirectorySecurityInheritance

Specifies the ActiveDirectorySecurityInheritance object that contains inheritance information. The allowable flags for this parameter are found in the ActiveDirectorySecurityInheritance enumeration.

inheritedObjectType
Type: System::Guid

Specifies the Guid object that identifies the type of child object that can inherit this access rule.

.NET Framework
Available since 2.0
Return to top
Show: