SPIisSettings.UseWindowsClaimsAuthenticationProvider property
Gets a value that indicates whether Windows authentication is supported for this URL zone.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property UseWindowsClaimsAuthenticationProvider As Boolean
Get
'Usage
Dim instance As SPIisSettings
Dim value As Boolean
value = instance.UseWindowsClaimsAuthenticationProvider
public bool UseWindowsClaimsAuthenticationProvider { get; }
Property value
Type: System.Boolean
true if Windows authentication is supported for this URL zone; otherwise, false.
Remarks
Windows authentication treats the user identity supplied by Windows as the authenticated user.