SPWindowsAuthenticationProvider.DisableKerberos Property
Specifies whether this application has Kerberos disabled or not.
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 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