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
Post a Comment