Compartir a través de


CommonSecurityDescriptor.SetSystemAclProtection(Boolean, Boolean) Método

Definición

Establece la protección de herencia para la lista de control de acceso de sistema (SACL) asociada a este objeto CommonSecurityDescriptor. Las SACL que están protegidas no heredan las reglas de auditoría de los contenedores primarios.

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)

Parámetros

isProtected
Boolean

Es true para proteger la SACL contra herencia.

preserveInheritance
Boolean

Es true para mantener las reglas de auditoría heredadas en SACL; es false para quitar las reglas de auditoría heredadas de SACL.

Se aplica a