SPIisSettings.UseWindowsIntegratedAuthentication property

Gets or sets a Boolean value that specifies whether the Web application uses Windows Integrated Authentication.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property UseWindowsIntegratedAuthentication As Boolean
    Get
    Set
'Usage
Dim instance As SPIisSettings
Dim value As Boolean

value = instance.UseWindowsIntegratedAuthentication

instance.UseWindowsIntegratedAuthentication = value
public bool UseWindowsIntegratedAuthentication { get; set; }

Property value

Type: System.Boolean
true to use Windows Integrated Authentication; otherwise, false. The default value is true.

See also

Reference

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace