There was an error while loading. Please reload this page.
Impersonates another user for the duration of the write.
Supported in .NET and Mono ##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>
##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: