-
Registry Permission
Does anyone know how to get the current permissions for any particular registry key using VB.NET? For example, if I open regedit.exe then right click on a key and choose permissions I can see the current permissions for any key.
Is there a way to return a variable as to what these permissions are?
Thanks!
Bob
-
Perhaps using the RegistryPermission class...???
-
I saw that class, no doubt, but was hoping someone would supply a code example??? Having not worked with registry permissions class before, the examples I saw in MSDN were confusing as all get go.
If you have a down to earth code example, that would be helpful.
Thanks in advance,
Bob