log4net SDK Documentation - Microsoft .NET Framework 4.0

SecurityContextProviderAttribute.ProviderType Property

Gets or sets the type of the provider to use.

[Visual Basic]
Public Property ProviderType As Type
[C#]
public System.Type ProviderType {get; set;}

Property Value

the type of the provider to use.

Remarks

The provider specified must subclass the SecurityContextProvider class.

See Also

SecurityContextProviderAttribute Class | log4net.Config Namespace