WindowsSecurityContext ImpersonationMode EnumerationApache log4net™ SDK Documentation
The impersonation modes for the WindowsSecurityContext

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public enum ImpersonationMode
Members

  Member nameValueDescription
User0 Impersonate a user using the credentials supplied
Process1 Revert this the thread to the credentials of the process
Remarks

See the Credentials property for details.

See Also