Share via


SPIisSettings.DisableKerberos Property

Gets or sets a Boolean value that determines whether the Web application disables Kerberos authentication.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property DisableKerberos As Boolean
    Get
    Set
'Usage
Dim instance As SPIisSettings
Dim value As Boolean

value = instance.DisableKerberos

instance.DisableKerberos = value
public bool DisableKerberos { get; set; }

Property Value

Type: System.Boolean
true to disable Kerberos; otherwise, false. The default value is false.

Remarks

To use Kerberos authentication, the application pool identity must have the server machine name registered as a service principal name (SPN) under its name. For one-click install operations, the application pool identity is the Network Service, but when you are configuring a server farm, the application pool identity is usually a domain account, so you must register the SPN manually. Only a domain administrator can register an SPN.

See Also

Reference

SPIisSettings Class

SPIisSettings Members

Microsoft.SharePoint.Administration Namespace