views:

326

answers:

1

I know Silverlight 4 can handle elevated permissions outside the browser. Is there a way to accomplish this inside the browser?

I need to make a folder/file upload manager that gives a better user experience than the standard , and I'd like to implement it in Silverlight.

I know Java has an option to gain elevated permissions, but you have to attach a signed certificate to your app. Does Silverlight 4 have a similar option - to gain elevated permissions by attaching a signed certificate (after warning the user, of course)?

-Doug

+1  A: 

I believe that the full-trust option is only available as an OOB application -- ref: http://timheuer.com/blog/archive/2009/11/18/whats-new-in-silverlight-4-complete-guide-new-features.aspx#elevated

Nate Bross
I wish this weren't the case. I'd love to know if they're going to add certificate-based security into Silverlight in the future. As it stands, looks like my best option is Java. Thank you!!
Doug