ObjectSecurity.SetAuditRuleProtection(Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or removes protection of the audit rules associated with this ObjectSecurity object. Protected audit rules cannot be modified by parent objects through inheritance.
public:
void SetAuditRuleProtection(bool isProtected, bool preserveInheritance);
public void SetAuditRuleProtection (bool isProtected, bool preserveInheritance);
member this.SetAuditRuleProtection : bool * bool -> unit
Public Sub SetAuditRuleProtection (isProtected As Boolean, preserveInheritance As Boolean)
Parameters
- isProtected
- Boolean
true
to protect the audit rules associated with this ObjectSecurity object from inheritance; false
to allow inheritance.
- preserveInheritance
- Boolean
true
to preserve inherited audit rules; false
to remove inherited audit rules. This parameter is ignored if isProtected
is false
.
Exceptions
This method attempts to remove inherited rules from a non-canonical System Access Control List (SACL).