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)
Available in Sandboxed Solutions: No
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