UseDefaultCredentials: Boolean;
None
The UseDefaultCredentials property determines whether to use credentials of a current operating system user to authorizations on the SharePoint site.
By default the property is set to False, and credentials must be determined in the ThisHostCredentials property.
Credentials of the current operating system user are used for authorization if the property is set to True.
The example of use is given in description of the ISharePointSite.RootWeb method.
See also: