NullSecurityContext Impersonate Method Apache log4net™ SDK Documentation
Impersonate this SecurityContext

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

public override IDisposable Impersonate(
	Object state
)

Return Value

Type: OnlineIDisposable
null
Remarks

No impersonation is done and null is always returned.

See Also