Gets or sets the default SecurityContextProvider
The default SecurityContextProvider
The default provider is used by configured components that require a SecurityContext and have not had one given to them.
By default this is an instance of SecurityContextProvider that returns NullSecurityContext objects.
The default provider can be set programmatically by setting the value of this property to a sub class of SecurityContextProvider that has the desired behavior.
SecurityContextProvider Class | log4net.Core Namespace