Passing Access Tokens across processes

From: Abhishek (abhi_narulkar_at_burntmail.com)
Date: 04/23/04


Date: Fri, 23 Apr 2004 12:33:12 +0530

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.



Relevant Pages


Loading