I know that Silverlight 4 can handle elevated permissions outside of the browser. Is there any way to execute this inside the browser?
I need to create a folder / file download manager that gives a better user interface than the standard, and I would like to implement it in Silverlight.
I know that Java has the ability to receive elevated permissions, but you need to attach a signed certificate to your application. Does Silverlight 4 have a similar option - get elevated permissions by adding a signed certificate (of course, after a user’s warning)?
-Doug
Doug source share