SPIisSettings.RoleManager 属性
请注意:此 API 现在已过时。
获取或设置 Web 应用程序的角色提供程序名称。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("Use of forms based authentication has been moved to claims authentication only.", _
False)> _
Public Property RoleManager As String
Get
Set
用法
Dim instance As SPIisSettings
Dim value As String
value = instance.RoleManager
instance.RoleManager = value
[ObsoleteAttribute("Use of forms based authentication has been moved to claims authentication only.",
false)]
public string RoleManager { get; set; }
属性值
类型:System.String
一个字符串,指定的角色提供程序名称,它必须与在 web.config 文件中指定的角色提供程序的名称相同。您可能需要为角色提供程序的 web.config 文件中配置手动附加属性。