SPWebApplicationBuilder.UseNTLMExclusively 属性
获取或设置一个布尔值,指定是否新的 Internet Information Services (IIS) Web 站点承载该 Web 应用程序配置为使用仅 NT LAN 管理器 (NTLM) 进行身份验证,因此会禁用 Kerberos 身份验证。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property UseNTLMExclusively As Boolean
Get
Set
用法
Dim instance As SPWebApplicationBuilder
Dim value As Boolean
value = instance.UseNTLMExclusively
instance.UseNTLMExclusively = value
public bool UseNTLMExclusively { get; set; }
属性值
类型:System.Boolean
true如果应将 Web 应用程序配置为使用 NTLM 进行身份验证 ;否则为false。默认值是false。