I'm trying to figure out the Windows Phone 7 sandbox. So I want to understand things like:
I am trying to learn this by writing and running a code sample (which prints the current user, the current directory, etc.) on the emulator. However, the Critical Security and Trusted Application methods in Silverlight are disabled for Windows Phone 7 applications.
Below are my questions:
Is there a way to print the current username, current directory when the application starts in the emulator?
Is there a way to run "security critical" code in an application. in a WP7 emulator? Can I customize the emulator settings in any way to enable these "security critical" api or make my application a "trusted application"
Is there any documentation that details this sandbox?
I tried to search, but I did not find detailed documentation about the architecture of the WP7 sandbox, which will relate to the details described above. I want to understand how the sandbox and security of WP7 work and are implemented for each application.
Thanks,
WinPhone7_Developer
source share