| ImpersonatingTargetWrapperImpersonationLevel Property |
Gets or sets the required impersonation level.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 5.3.0+26b1fda2a4988e638aa77c5dd68f6ffd321a20c9
Syntax public SecurityImpersonationLevel ImpersonationLevel { get; set; }
Public Property ImpersonationLevel As SecurityImpersonationLevel
Get
Set
Dim instance As ImpersonatingTargetWrapper
Dim value As SecurityImpersonationLevel
value = instance.ImpersonationLevel
instance.ImpersonationLevel = value
member ImpersonationLevel : SecurityImpersonationLevel with get, set
Property Value
Type:
SecurityImpersonationLevelSee Also