c# - Spawn process in the context of different user -


at moment have service execute time time .exe file. service run system user, these subprocesses executed system. due security reasons these processes executed in context of different user without administrative priviliges. there way without having store username , password of user somehow? if not: how can save these credentials in secure way?

i using c# service, think questions can answered in general.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -