SPWindowsAuthenticationProvider.DisableKerberos property
Gets or sets a Boolean value specifying whether Kerberos to disable.
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.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
true if Kerberos is disabled; otherwise, false.
See also
Reference
SPWindowsAuthenticationProvider class