Specifying Default authentication using Camelot .NET SharePoint Connector

Connection string

This Camelot .NET Connector for Microsoft SharePoint connection string can be used for connections to SharePoint.

Server=myServerAddress;Database=mySite;Authentication=Default;

Connect to server using default authentication, meaning the authenticated user under which the application is running or is impersonated.