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)
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.