SPIisSettings.MembershipProvider 属性
请注意:此 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 MembershipProvider As String
Get
Set
用法
Dim instance As SPIisSettings
Dim value As String
value = instance.MembershipProvider
instance.MembershipProvider = value
[ObsoleteAttribute("Use of forms based authentication has been moved to claims authentication only.",
false)]
public string MembershipProvider { get; set; }
属性值
类型:System.String
一个字符串,包含成员资格提供程序名称,它必须与在 Web.config 文件中指定的成员资格提供程序的名称相同的名称。您可能需要手动配置成员资格提供程序的 web.config 文件中的其他属性。