SPIisSettings.UseClaimsAuthentication Property

Gets a value that indicates whether the Web application is using claims authentication.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property UseClaimsAuthentication As Boolean
    Get
'Usage
Dim instance As SPIisSettings
Dim value As Boolean

value = instance.UseClaimsAuthentication
public bool UseClaimsAuthentication { get; }

Property Value

Type: System.Boolean
true if claims authentication is enabled; otherwise, false.

Remarks

Claims-based authentication enables systems and applications to authenticate a user without requiring the user to disclose more personal information than necessary.

See Also

Reference

SPIisSettings Class

SPIisSettings Members

Microsoft.SharePoint.Administration Namespace