log4net SDK Documentation - Microsoft .NET Framework 4.0

SecurityContextProviderAttribute Class

Assembly level attribute to configure the SecurityContextProvider.

For a list of all members of this type, see SecurityContextProviderAttribute Members.

System.Object
   System.Attribute
      log4net.Config.ConfiguratorAttribute
         log4net.Config.SecurityContextProviderAttribute

[Visual Basic]
NotInheritable Public Class SecurityContextProviderAttribute
    Inherits ConfiguratorAttribute
[C#]
public sealed class SecurityContextProviderAttribute : ConfiguratorAttribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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 Configure methods.

Requirements

Namespace: log4net.Config

Assembly: log4net (in log4net.dll)

See Also

SecurityContextProviderAttribute Members | log4net.Config Namespace