CommonSecurityDescriptor.SetDiscretionaryAclProtection 方法

定义

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

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

参数

isProtected
Boolean

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

preserveInheritance
Boolean

若要在 DACL 中保留继承的访问规则,则为 true;若要从 DACL 中移除继承的访问规则,则为 false

适用于