A SecurityContext used when a SecurityContext is not required
Inheritance Hierarchy
log4net.Core SecurityContext
log4net.Util NullSecurityContext
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
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