Share via


IdentityModelSignInPageBase.CheckForFam property

Gets a value that indicates whether the page supports the Federated Authentication Module (FAM).

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

Syntax

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

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

Property value

Type: System.Boolean
true if the page supports the Federated Authentication Module (FAM); otherwise, false.

Remarks

This property is always true.

See also

Reference

IdentityModelSignInPageBase class

IdentityModelSignInPageBase members

Microsoft.SharePoint.IdentityModel.Pages namespace