log4net SDK Reference

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