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

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.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

Reference