InterviewSolution
Saved Bookmarks
| 1. |
What Is Computer Impersonation? |
|
Answer» Impersonation is the ability of a THREAD to execute in a security CONTEXT other than from that of the process that OWNS the thread. This enables a server to act on behalf of a CLIENT to access its own objects. Impersonation is the ability of a thread to execute in a security context other than from that of the process that owns the thread. This enables a server to act on behalf of a client to access its own objects. |
|