log4net SDK Reference

WindowsSecurityContext.ImpersonationMode Enumeration

The impersonation modes for the WindowsSecurityContext

[Visual Basic]
Public Enum WindowsSecurityContext.ImpersonationMode
[C#]
public enum WindowsSecurityContext.ImpersonationMode

Remarks

See the Credentials property for details.

Members

Member NameDescription
User Impersonate a user using the credentials supplied
Process Revert this the thread to the credentials of the process

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

log4net.Util Namespace