ACL UI Adapter [Access Control List User Interface Adapter]
AclUIAdapter
"I finally got around to finishing up my managed adapter for ISecurityInformation. Turns out the cleanest way was to write a custom CCW in MC++. For those of you who are wondering what the heck I'm talking about, this allows you to add that nifty ACL editor GUI to your managed applications:
...
To use this adapter, write a class that implements ISecurityInformationManaged and pass an instance to AclUIAdapter.EditSecurity(). All this stuff is in a namespace called Pluralsight.Security.Adapters. You can download the code and sample application here. This will be featured in an upcoming article for MSDN Magazine."
This looks very cool. A standard ACL dialog for .Net apps.
I want to code up something just so I can use this... ;)
Update #1
Updated the title to better reflect the post's contents [Thanks Corey] ;)
1 comment:
I know it is a bad one, but I saw the title in my reader, and I thought I saw ACLU-IAdapter, as in the civil liberties union. :)
Needless to say, the post wasn't what I expected. :)
Post a Comment