Compartir a través de


CommonSecurityDescriptor.SystemAcl Propiedad

Definición

Obtiene o establece la lista de control de acceso de sistema (SACL) para este objeto CommonSecurityDescriptor. La SACL contiene reglas de auditoría.

public:
 property System::Security::AccessControl::SystemAcl ^ SystemAcl { System::Security::AccessControl::SystemAcl ^ get(); void set(System::Security::AccessControl::SystemAcl ^ value); };
public System.Security.AccessControl.SystemAcl? SystemAcl { get; set; }
public System.Security.AccessControl.SystemAcl SystemAcl { get; set; }
member this.SystemAcl : System.Security.AccessControl.SystemAcl with get, set
Public Property SystemAcl As SystemAcl

Valor de propiedad

SACL para este objeto CommonSecurityDescriptor.

Se aplica a