NullSecurityContextImpersonate Method Apache log4net™ SDK Documentation
Impersonate this SecurityContext

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public override IDisposable Impersonate(
	Object state
)

Parameters

state
Type: SystemObject
State supplied by the caller

Return Value

Type: IDisposable
null
Remarks

No impersonation is done and null is always returned.

See Also

Reference