SecurityContext ClassApache log4net™ SDK Documentation
A SecurityContext used by log4net when interacting with protected resources
Inheritance Hierarchy

OnlineSystem Object
  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

public abstract class SecurityContext
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