CommonSecurityDescriptor.SetSystemAclProtection(Boolean, Boolean) Método

Definición

Establece la protección de herencia para el objeto System Access Control List (SACL) asociado a este objeto />

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

true para proteger la SACL de la herencia.

preserveInheritance
Boolean

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

Se aplica a