SPConfigDatabase.WindowsAuthentication property
Obsolete. Gets a Boolean value that indicates whether Microsoft Windows authentication is enabled for the configuration database.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property WindowsAuthentication As Boolean
Get
'Usage
Dim instance As SPConfigDatabase
Dim value As Boolean
value = instance.WindowsAuthentication
public bool WindowsAuthentication { get; }
Property value
Type: System.Boolean
true if Windows authentication is enabled; otherwise, false.