SecurityContextProviderAttribute ClassApache log4net™ SDK Documentation
Assembly level attribute to configure the SecurityContextProvider.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    log4net.Config ConfiguratorAttribute
      log4net.Config SecurityContextProviderAttribute

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

[SerializableAttribute]
public sealed class SecurityContextProviderAttribute : ConfiguratorAttribute
Remarks

This attribute may only be used at the assembly scope and can only be used once per assembly.

Use this attribute to configure the XmlConfigurator without calling one of the [M:XmlConfigurator.Configure()] methods.

See Also