Create a SecurityContext for a consumer
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- consumer
- Type: SystemObject
The consumer requesting the SecurityContext
Return Value
Type: SecurityContextAn impersonation context
Remarks
The default implementation is to return a NullSecurityContext.
Subclasses should override this method to provide their own behavior.
See Also