Click or drag to resize

ImpersonatingTargetWrapper Constructor (Target)

Initializes a new instance of the ImpersonatingTargetWrapper class.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 6.0.2+933687b98685771e2254dc15c3e0cef5847ab80c
Syntax
public ImpersonatingTargetWrapper(
	Target wrappedTarget
)

Parameters

wrappedTarget
Type: NLog.TargetsTarget
The wrapped target.
See Also