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