How to get SID (Secure ID)

Login to reply to this topic.
Wed, 2006-03-01 11:22
Joined: 2003-07-22
Forum posts: 69
Hi
I have written a Symbian exe. it can be started by anybody. I have to restrict this.
So if some one start my exe, my exe ask what is SID and continue the exe only if the SID is known to my exe.

So How can I get SID of an application starts my exe.

Thanks
MeenuJ

Thu, 2006-03-02 12:05
Forum Nokia Champion
Joined: 2003-10-01
Forum posts: 721
Re: How to get SID (Secure ID)
How does your exe get started? Directly through AppArc or you provide a dll that exposes such a function? Because you can check RProcess::SecureId() in your dll, but if it's AppArc that is about to launch your server, then most probably you're not able to control it. I'm not sure, though, there might be some resources files that your exe uses in which you can control which other exe can launch you. But I doubt that ...  Huh

tOtE

Gabor Torok
Software architect, Agil Eight (http://www.agileight.com/)
Blog: http://mobile-thoughts.blogspot.com/

  • Login to reply to this topic.