Tag Archives: Elevated Trust

Silverlight 4 – Detecting Elevated Trust

Elevated Trust is a new feature in Silverlight 4 which allows Silverlight apps to be run with fewer security restrictions. To check whether an app is  running in elevated trust  use the HasElevatedPermissions property. If an app requires elevated trust, … Continue reading

Posted in FAQ | Tagged , | Leave a comment

Silverlight 4 – Elevated Trust

Prior to Version 4, Silverlight apps  ran in partial trust, which meant that all apps had to  run in a security sandbox. Sandboxed apps have limited access to the local computer have other restrictions  that helps prevent malicious behavior. However … Continue reading

Posted in FAQ | Tagged | Leave a comment