ISharePointServiceSupport.UseDefaultCredentials

Fore Syntax

UseDefaultCredentials: Boolean;

Fore.NET Syntax

None

Description

The UseDefaultCredentials property determines whether to use credentials of a current operating system user to authorizations on the SharePoint site.

Comments

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.

Example

The example of use is given in description of the ISharePointSite.RootWeb method.

See also:

ISharePointServiceSupport