I have the following code snippet:
using (SPSite site = new SPSite(this.ListAddress))
{
using (SPWeb web = site.OpenWeb())
{
}
}
How can I authenticate so that I can set a domain username + password in a configuration file.