SPWindowsAuthenticationProvider.DisableKerberos property
Specifies whether this application has Kerberos disabled or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisableKerberos As Boolean
Get
Set
'Usage
Dim instance As SPWindowsAuthenticationProvider
Dim value As Boolean
value = instance.DisableKerberos
instance.DisableKerberos = value
public bool DisableKerberos { get; set; }
Property value
Type: System.Boolean
A Boolean value = true if Kerberos is enabled.
See also
Reference
SPWindowsAuthenticationProvider class