IdentityModelSignInPageBase.CheckForFam 属性

获取一个值,该值指示页是否支持联合身份验证模块 (FAM)。

命名空间:  Microsoft.SharePoint.IdentityModel.Pages
程序集:  Microsoft.SharePoint.IdentityModel(位于 Microsoft.SharePoint.IdentityModel.dll 中)

语法

声明
Protected Overridable ReadOnly Property CheckForFam As Boolean
    Get
用法
Dim value As Boolean

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

属性值

类型:System.Boolean
true如果页支持联合身份验证模块 (FAM) ;否则为false。

备注

此属性始终是true。

另请参阅

引用

IdentityModelSignInPageBase 类

IdentityModelSignInPageBase 成员

Microsoft.SharePoint.IdentityModel.Pages 命名空间