Silverlight 4 - elevated permission *inside* the browser

十年热恋 提交于 2019-12-05 20:02:40

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

This is possible in Silverlight 5, but it requires the 'AllowElevatedTrustAppsInBrowser' registry key to be present. See: How to: Enable Trusted Applications to Run Inside the Browser

This makes the feature almost useless: an installer shouldn't modify the key because it's a global value for all apps, so only local intranet applications (where server policies can modify this key) can benefit.

If I'm wrong, please correct me, because it would be great to have trusted in-browser apps :)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!