SPIisSettings.UseFormsClaimsAuthenticationProvider property

Gets a value that indicates whether the current uniform resource locator zone supports authentication of user names and passwords on a login form.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

Type: System.Boolean
true if the SPAuthenticationProvider object is an SPFormsAuthenticationProvider; otherwise, false.

Remarks

When forms authentication is enabled across multiple applications, users are not required to reauthenticate when switching between the applications.

See also

Reference

SPIisSettings class

SPIisSettings members

Microsoft.SharePoint.Administration namespace