Hi there,
Knowing that .Net 2.0 has new System.Security.AccessControl namespace. I
read through the documentation but I cannot find a class that can manipulate
printer's ACL, e.g. Print, ManageDocument, ManagePrinters...
Basically, I've written a Windows Service that need to check a particular
printer's ACL and see if a document can be printed. Right now, I'm using
ADSI's ADsSecurityUtility, IADsAccessControlList and IADsAccessControlEntry
to read a printer's ACL.
What I would like to do is to see if "Everyone" have the "Print" permission
on that printer.
Can this be done solely in .NET Framework 2.0?
Thanks in advance.
Steve