Discretionary Access Control Lists (DACLs) - Part of the framework

Merrion

Well-known member
Joined
Sep 29, 2001
Messages
265
Location
Dublin, Ireland
User Rank
*Experts*
Anybody know if the functionality of the discretionary access control lists is in th emanaged framework anywhere --- i.e. can I programatically add or remove user permissions for a given shared printer without getting down and dirty with the API?
 
But answer came their none...

It turns out that they are not part of the .NET framework. There is a C# example on GotDotNet and for completeness I am going to rewrite this in VB.Net...so much for the quiet life.
 
Back
Top