I am trying to understand the Windows Phone 7 application sandbox in detail. So I want to understand things such as:
Does each app. run as its on unique user?
Where is the home (installation. data) directory for each app.?
- What are the file system permissions on the application home (installation, data) directory etc.?
I am trying to learn this by writing and running sample code (which prints out the current user, current directory etc.) on the emulator. However, the "Security Critical" and "Trusted application" methods within Silverlight are "turned off" for the windows phone 7 applications.
Following are my questions:
Is there a way to print out the current user name, current directory while running the application within the emulator?
Is there a way to run "security critical" code within an app. in the WP7 emulator? Can I somehow configure in the emulator settings to allow these "security critical" api's or make my application a "trusted application"
Is there any documentation out there that details this sandbox architecture?
I have tried searching but I haven't found any in-depth documentation about the WP7 sandbox architecture which would deal with the above detail I want to understand how WP7 sandbox and security works and is implemented per application.
Thanks,
WinPhone7_Developer