Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6864479
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:55:00+00:00 2026-05-27T02:55:00+00:00

I am working on small scale deployment system for our in-house software that manages

  • 0

I am working on small scale deployment system for our in-house software that manages backups of several kinds of data. Part of the task is to backup certain folders, and I would like to backup the ACLs applied to those folders so that on restore the files still work as expected.

Prototyping some code, I have tried using .NET’s built-in XmlSerializer but to no avail.

Here is the example code:

public static byte[] SerializeFileACL(string path)
{
    var acl = File.GetAccessControl(path, AccessControlSections.All);

    using (var ms = new MemoryStream())
    {
        _fileSerializer.Serialize(ms, acl);
        return ms.ToArray();
    }
}

However this returns the same 143 bytes no matter what file I try it on. Is there a good way of serializing ACLs using .NET facilities? What am I doing wrong?

P.S.: Yes, I am aware that ACLs may not be applicable to other computers. This is not an issue for this project.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:55:01+00:00Added an answer on May 27, 2026 at 2:55 am

    You can simply call the NativeObjectSecurity.Persist method as described on MSDN to serialize this object. As one person mentioned the object does not contain a SerializableAttribute and thus you cannot serialize the object graph in the friendly way.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I’ve been working on a few small scale Access projects that have turned large
is there any small working program for recieving from and sending data to client
Im working on a small application to try out an idea that I have.
I'm working on a site that's supposed to scale fluently down to low resolutions,
I am working on a small game that uses a 2D map (made up
I have a small IPhone app that I am working on and I am
I am working on a very large scale computing library that is using STL
I have created a small scale CMS for a website I am working on
I am new in android and currently working on small application that works on
I am working on small parser and equation solver in C, part of this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.