
Example of how to use System.DirectoryServices to modify Allow/Deny permissions
Does anyone know of a good example of how to programmaticly set a
directories security permissions to Allow/Deny specific properties for
specific user groups(e.g. Everyone). A simple code sample that shows
how to programmaticly set a directory so that the Everyone user group
as Read set to Allow and everything else set to Deny would be great.
Thanks.