3
Answers

Accessing data from another application

Kit

Kit

16y
3.9k
1
Hi,

Can one application access the data from another application on a Windows Mobile smartphone?
Or is it only privileged applications which can access data stored on the device by other applications?

Thanks!
Answers (3)
0
Bechir Bejaoui

Bechir Bejaoui

NA 16.4k 7.2m 16y

Yes you can using SSL channels. Take a look on this article
http://msdn.microsoft.com/en-us/magazine/cc300447.aspx
0
Kit

Kit

NA 3 0 16y
Is there a way I protect my application data from being accessed by another privileged application?
(Encryption is not the answer to this question, I dont want any other application to be able to tamper with the data either). Also, is the memory of the application protected?
0
Bechir Bejaoui

Bechir Bejaoui

NA 16.4k 7.2m 16y

Yes you can access any mobile application if you have the privilege. the .Net remoting  is the perfect tool for that

http://www.c-sharpcorner.com/Articles/ArticleListing.aspx?SectionID=1&SubSectionID=70