How do I start a thread in a different security context?

Posted by nitroxn on Stack Overflow See other posts from Stack Overflow or by nitroxn
Published on 2010-04-09T14:18:33Z Indexed on 2010/04/09 14:23 UTC
Read the original article Hit count: 369

Filed under:
|
|
|

How to start a thread in the security context of a different user? When a process starts a thread normally the security context is also passed but how to launch a thread in a different security context with the principal of a different user?

© Stack Overflow or respective owner

Related posts about c#

Related posts about thread