WindowsSignInPage.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 Overrides ReadOnly Property CheckForFormsAccess As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.CheckForFormsAccess
protected override 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 false.

See Also

Reference

WindowsSignInPage Class

WindowsSignInPage Members

Microsoft.SharePoint.IdentityModel.Pages Namespace