The impersonation modes for the WindowsSecurityContext
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
User | 0 | Impersonate a user using the credentials supplied | |
Process | 1 | Revert this the thread to the credentials of the process |
Remarks
See the Credentials property for details.
See Also