ImpersonatingWrapper target
If you want to contribute, please create a user account and contact Jarek to get edit access.
Impersonates another user for the duration of the write.
Supported in

Configuration Syntax
<targets>
<target xsi:type="ImpersonatingWrapper"
name="String"
userName="String"
password="String"
revertToSelf="Boolean"
impersonationLevel="Enum"
domain="String"
logOnType="Enum"
logOnProvider="Enum">
<target xsi:type="wrappedTargetType" ...target properties... />
</target>
</targets>
Read more about using the Configuration File.<target xsi:type="ImpersonatingWrapper"
name="String"
userName="String"
password="String"
revertToSelf="Boolean"
impersonationLevel="Enum"
domain="String"
logOnType="Enum"
logOnProvider="Enum">
<target xsi:type="wrappedTargetType" ...target properties... />
</target>
</targets>
Parameters
- General Options
- name - Name of the target.
- Impersonation Options
- userName - Username to change context to.
- password - User account password.
- revertToSelf - Indicates whether to revert to the credentials of the process instead of impersonating another user.Boolean Default: False
- impersonationLevel - Required impersonation level.
Possible values: - domain - Windows domain name to change context to. Default: .
- logOnType - Logon Type.
Possible values: - logOnProvider - Type of the logon provider.
Possible values:




