SPWebApplicationBuilder.UseNTLMExclusively property
Gets or sets a Boolean value that specifies whether the new Internet Information Services (IIS) Web site that hosts the Web application is configured to use only NT LAN Manager (NTLM) for authentication and therefore that Kerberos authentication is disabled.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UseNTLMExclusively As Boolean
Get
Set
'Usage
Dim instance As SPWebApplicationBuilder
Dim value As Boolean
value = instance.UseNTLMExclusively
instance.UseNTLMExclusively = value
public bool UseNTLMExclusively { get; set; }
Property value
Type: System.Boolean
true if the Web application should be configured to use NTLM for authentication; otherwise, false. The default value is false.