ObjectSecurity.SetAuditRuleProtection(Boolean, Boolean) 方法

定义

设置或删除与此 ObjectSecurity 对象相关联的审核规则保护。 不能由通过继承的父级对象修改受保护的审核规则。

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)

参数

isProtected
Boolean

true 以通过继承保护与此 ObjectSecurity 对象相关的审核规则;false 以允许继承。

preserveInheritance
Boolean

true 以保留继承的审核规则;false 以删除继承的审核规则。 如果 isProtectedfalse,则忽略此参数。

例外

此方法尝试从非规范化系统访问控制列表 (SACL) 中删除继承的规则。

适用于