I would like to use impersonation on the server side of the pipe, but I currently cannot because all pipes are connected using the anonymous impersonation level.
This patch adds a new function that provides the ability to explicitly specify the desired impersonation level.
I would like to use impersonation on the server side of the pipe, but I currently cannot because all pipes are connected using the anonymous impersonation level.
This patch adds a new function that provides the ability to explicitly specify the desired impersonation level.
Fixes #297