Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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