ObjectSecurity.SetAuditRuleProtection(Boolean, Boolean) Método

Definición

Establece o quita la protección de las reglas de auditoría asociadas a este objeto ObjectSecurity. Los objetos primarios no pueden modificar las reglas de auditoría protegidas a través de la herencia.

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

Parámetros

isProtected
Boolean

true para proteger las reglas de auditoría asociadas a este objeto ObjectSecurity de la herencia; false para permitir la herencia.

preserveInheritance
Boolean

true para conservar las reglas de auditoría heredas; false para quitar las reglas de auditoría heredadas. Este parámetro se ignora si isProtected es false.

Excepciones

Este método intenta quitar las reglas heredadas de una lista de control de acceso del sistema (SACL) no canónica.

Se aplica a