A
Abhishek
Hi,
Can I pass the access token (HANDLE to a token returned by
OpenProcessToken) from one process to
another process, so that the other process impersonates the user and
performs operations on the other process
behalf.
i.e Lets say I have a process 'A' and process 'B'. The process A wants to
delegate some of its responsibility
to process 'B'. Process 'B' wants the user credentials of process 'A' to
perform those tasks.
Question: Can process 'A' pass on its credentials to process 'B' to perform
those tasks. If YES, how?
Thanks.
Can I pass the access token (HANDLE to a token returned by
OpenProcessToken) from one process to
another process, so that the other process impersonates the user and
performs operations on the other process
behalf.
i.e Lets say I have a process 'A' and process 'B'. The process A wants to
delegate some of its responsibility
to process 'B'. Process 'B' wants the user credentials of process 'A' to
perform those tasks.
Question: Can process 'A' pass on its credentials to process 'B' to perform
those tasks. If YES, how?
Thanks.