Access Control in .NET
(Originally published: 30 Mar 2008) As of v2 of .NET you can get and set the security of securable objects such as files, folders and registry keys. Other object types can be added as needed. While all the access control objects derive from the same base classes they share only a few common elements. Therefore… Continue reading Access Control in .NET