SPWindowsAuthenticationProvider.UseWindowsIntegratedAuthentication property
Indicates whether this claims [SPWebApplication] uses Windows Integrated Authentication or not in claims mode.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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
A Boolean value = true if Windows Integrated Authentication is used in claims mode.
See also
Reference
SPWindowsAuthenticationProvider class