Share via


IdentityModelSignInPageBase.CheckForFormsAccess property

Gets a value that indicates whether the page uses the forms-based authentication as its authentication mode.

Namespace:  Microsoft.SharePoint.IdentityModel.Pages
Assembly:  Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)

Syntax

'Declaration
Protected Overridable ReadOnly Property CheckForFormsAccess As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.CheckForFormsAccess
protected virtual bool CheckForFormsAccess { get; }

Property value

Type: System.Boolean
true if the page uses the forms-based authentication as its authentication mode; otherwise, false.

Remarks

This property is always true.

See also

Reference

IdentityModelSignInPageBase class

IdentityModelSignInPageBase members

Microsoft.SharePoint.IdentityModel.Pages namespace