CommonSecurityDescriptor.SetSystemAclProtection(Boolean, Boolean) 方法

定义

为与此 CommonSecurityDescriptor 对象关联的系统访问控制列表 (SACL) 设置继承保护。 受保护的 SACL 不会从父容器继承审核规则。

public:
 void SetSystemAclProtection(bool isProtected, bool preserveInheritance);
public void SetSystemAclProtection (bool isProtected, bool preserveInheritance);
member this.SetSystemAclProtection : bool * bool -> unit
Public Sub SetSystemAclProtection (isProtected As Boolean, preserveInheritance As Boolean)

参数

isProtected
Boolean

若要保护 SACL 不被继承,则为 true

preserveInheritance
Boolean

若要在 SACL 中保留继承的审核规则,则为 true;若要从 SACL 中移除继承的审核规则,则为 false

适用于