SecurityContext Impersonate Method Apache log4net™ SDK Documentation
Impersonate this SecurityContext

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

public abstract IDisposable Impersonate(
	Object state
)

Return Value

Type: OnlineIDisposable
An OnlineIDisposable instance that will revoke the impersonation of this SecurityContext, or null
Remarks

Impersonate this security context. Further calls on the current thread should now be made in the security context provided by this object. When the OnlineIDisposable result OnlineDispose  method is called the security context of the thread should be reverted to the state it was in before Impersonate(Object) was called.

See Also