WindowsSecurityContext Password Property Apache log4net™ SDK Documentation
Sets the password for the Windows account specified by the UserName and DomainName properties.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public string Password { set; }

Property Value

Type: OnlineString
The password for the Windows account specified by the UserName and DomainName properties.
Remarks

This property must be set if Credentials is set to User (the default setting).

See Also