If I know that my main thread has certain permissions (specifically permissions to access the event log),
Will any threads I create in my application also have the same permissions?
i.e.
Do permissions propogate across threads?
If I know that my main thread has certain permissions (specifically permissions to access the event log),
Will any threads I create in my application also have the same permissions?
i.e.
Do permissions propogate across threads?
No,The impersonation token does not propagate across threads , you need to obtain it for every thread you starting