Create a SecurityContext for a consumer
Namespace: log4net.CoreAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- consumer
- Type: System Object
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