Share via


SPWindowsAuthenticationProvider.UseWindowsIntegratedAuthentication property

Gets or sets a Boolean value specifying whether to use Integrated Windows authentication.

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

Syntax

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

value = instance.UseWindowsIntegratedAuthentication

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

Property value

Type: System.Boolean
true if Integrated Windows authentication is used; otherwise false.

See also

Reference

SPWindowsAuthenticationProvider class

SPWindowsAuthenticationProvider members

Microsoft.SharePoint.AdministrationOperation namespace