AdoNetAppenderSecurityContext Property Apache log4net™ SDK Documentation
Gets or sets the SecurityContext used to call the NetSend method.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public SecurityContext SecurityContext { get; set; }

Property Value

Type: SecurityContext
The SecurityContext used to call the NetSend method.
Remarks

Unless a SecurityContext specified here for this appender the DefaultProvider is queried for the security context to use. The default behavior is to use the security context of the current thread.

See Also

Reference