NullSecurityContext ClassApache log4net™ SDK Documentation
A SecurityContext used when a SecurityContext is not required
Inheritance Hierarchy

OnlineSystem Object
  log4net.Core SecurityContext
    log4net.Util NullSecurityContext

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public sealed class NullSecurityContext : SecurityContext
Remarks

The NullSecurityContext is a no-op implementation of the SecurityContext base class. It is used where a SecurityContext is required but one has not been provided.

See Also