log4net SDK Reference

NetSendAppender.SecurityContext Property

Gets or sets the SecurityContext used to call the NetSend method.

[Visual Basic]
Public Property SecurityContext As SecurityContext
[C#]
public log4net.Core.SecurityContext SecurityContext {get; set;}

Property Value

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

NetSendAppender Class | log4net.Appender Namespace