SPWindowsAuthenticationProvider.UseBasicAuthentication property
Indicates whether this claims [SPWebApplication] allows basic authentication or not in claims mode.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property UseBasicAuthentication As Boolean
Get
Set
'Usage
Dim instance As SPWindowsAuthenticationProvider
Dim value As Boolean
value = instance.UseBasicAuthentication
instance.UseBasicAuthentication = value
public bool UseBasicAuthentication { get; set; }
Property value
Type: System.Boolean
A Boolean value = true if basic authentication is allowed in claims mode.
See also
Reference
SPWindowsAuthenticationProvider class