A SecurityContext used by log4net when interacting with protected resources
Inheritance Hierarchy

log4net.Core.SecurityContext
log4net.Util.NullSecurityContext
log4net.Util.WindowsSecurityContext
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
A SecurityContext used by log4net when interacting with protected resources for example with operating system services. This can be used to impersonate a principal that has been granted privileges on the system resources.
See Also