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^)
.NET Framework (current version)
Gets a collection of the audit rules associated with the specified security identifier.
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
Available since 2.0
Show: