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?
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.