SPIisSettings.UseClaimsAuthentication 属性

获取一个值,该值指示 Web 应用程序是否正在使用声明身份验证。

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

语法

声明
Public ReadOnly Property UseClaimsAuthentication As Boolean
    Get
用法
Dim instance As SPIisSettings
Dim value As Boolean

value = instance.UseClaimsAuthentication
public bool UseClaimsAuthentication { get; }

属性值

类型:System.Boolean
true如果启用声明的身份验证,则否则为false。

备注

启用基于声明的身份验证的系统和应用程序以用户而无需披露比所需更多个人信息的用户进行身份验证。

另请参阅

引用

SPIisSettings 类

SPIisSettings 成员

Microsoft.SharePoint.Administration 命名空间