Security Context of Child ProcessesLast reviewed: September 25, 1995Article ID: Q111545 |
The information in this article applies to:
When a process is created with the CreateProcess() API, it operates under the same security context as the parent. The child process inherits the parent s security context, which are defined by the parent s access token. Even if a thread in the parent process impersonates a client and then creates a new process, the new process still runs under the parent s original security context and not the under the impersonation token.
|
Additional reference words: 3.10 3.50
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |