Share via


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)
Available in Sandboxed Solutions: No

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

SPWindowsAuthenticationProvider Members

Microsoft.SharePoint.Administration Namespace