SPGlobalAdmin.UseNtAuthenticationForDatabase 属性
请注意:此 API 现在已过时。
对于每个数据库,而异的身份验证模式,并且如果Username属性为 null,数据库将使用 NT 身份验证。(在Windows SharePoint Services 2.0, UseNtAuthenticationForDatabase属性了一个布尔值,指示是否 Microsoft Windows NT 身份验证用于数据库,并保持向后兼容性。)
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<ObsoleteAttribute("The authentication mode can now vary for each database. A database will use NT authentication if its Username property is null.", _
False)> _
Public ReadOnly Property UseNtAuthenticationForDatabase As Boolean
Get
用法
Dim instance As SPGlobalAdmin
Dim value As Boolean
value = instance.UseNtAuthenticationForDatabase
[ObsoleteAttribute("The authentication mode can now vary for each database. A database will use NT authentication if its Username property is null.",
false)]
public bool UseNtAuthenticationForDatabase { get; }
属性值
类型:System.Boolean
true如果使用 Windows NT 身份验证,则 ;否则为false。