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

SystemObject
  SystemAttribute
    log4net.ConfigConfiguratorAttribute
      log4net.ConfigSecurityContextProviderAttribute

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax

[SerializableAttribute]
public sealed class SecurityContextProviderAttribute : ConfiguratorAttribute

The SecurityContextProviderAttribute type exposes the following members.

Constructors

  NameDescription
Public methodSecurityContextProviderAttribute
Construct provider attribute with type specified
Top
Properties

  NameDescription
Public propertyProviderType
Gets or sets the type of the provider to use.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Top
Methods

  NameDescription
Public methodCompareTo
Compare this instance to another ConfiguratorAttribute
(Inherited from ConfiguratorAttribute.)
Public methodConfigure
Configures the SecurityContextProvider
(Overrides ConfiguratorAttributeConfigure(Assembly, ILoggerRepository).)
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public methodMatch
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
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

Reference