CommonSecurityDescriptor.SetSystemAclProtection(Boolean, Boolean) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.