This may be a stupid question, but I'm struggling to find an answer to this on google or on here.
If I use .NET's Directory.SetAccessControl() function in my application to set or alter certain access rights for certain users, do these access rights then remain altered when the function in which I do this goes out of scope or my application is closed?
I'm still gaining experience in lots of areas in C# and .NET programming, so again pardon if this is a silly question. It just seems that this may leave huge security holes or risks if one is able to just alter access permissions willy-nilly from code, so my feeling is that this can't be permanent.
Any hints in the right direction would be appreciated.
