Freigeben über


SPWindowsAuthenticationProvider.UseBasicAuthentication-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, der angibt, ob die Standardauthentifizierung verwenden.

Namespace:  Microsoft.SharePoint.AdministrationOperation
Assembly:  Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.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; }

Eigenschaftswert

Typ: System.Boolean
true Wenn Standardauthentifizierung verwendet wird; andernfalls false.

Siehe auch

Referenz

SPWindowsAuthenticationProvider Klasse

SPWindowsAuthenticationProvider-Member

Microsoft.SharePoint.AdministrationOperation-Namespace