Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CommonObjectSecurity::GetAuditRules Method (Boolean, Boolean, Type^)

 

Gets a collection of the audit rules associated with the specified security identifier.

Namespace:   System.Security.AccessControl
Assembly:  mscorlib (in mscorlib.dll)

public:
AuthorizationRuleCollection^ GetAuditRules(
	bool includeExplicit,
	bool includeInherited,
	Type^ targetType
)

Parameters

includeExplicit
Type: System::Boolean

true to include audit rules explicitly set for the object.

includeInherited
Type: System::Boolean

true to include inherited audit rules.

targetType
Type: System::Type^

The security identifier for which to retrieve audit rules. This must be an object that can be cast as a SecurityIdentifier object.

Return Value

Type: System.Security.AccessControl::AuthorizationRuleCollection^

The collection of audit rules associated with the specified SecurityIdentifier object.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft