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