Click or drag to resize

SecurityImpersonationLevel Enumeration

Impersonation level.

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