Click or drag to resize

SecurityImpersonationLevel Enumeration

Impersonation level.

Namespace:  NLog.Targets.Wrappers
Assembly:  NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 6.0.2+933687b98685771e2254dc15c3e0cef5847ab80c
Syntax
public enum SecurityImpersonationLevel
Members
  Member nameValueDescription
Anonymous0 Anonymous Level.
Identification1 Identification Level.
Impersonation2 Impersonation Level.
Delegation3 Delegation Level.
See Also