TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kongp2001
NA
1
0
How to modify share permission using C#?
Jun 9 2004 6:16 PM
I am a newbie trying to write a C# app to change share permission. Can someone shine some light which class in the .Net FW I should use? I have tried to use System.ManagementServices (using WMI), but the object structure is just too different as WMI use GetSecurityDescriptor method which I can’t find within the .Net FW. Should I use ADSI class (System.DirectoryServices)? Any input is appreciated. Thanks.
Reply
Answers (
1
)
Multithreading and DataSet, DataTable, DataRow
How to use environmental variables such as %USERPROFILE% ?