Freigeben über


SPIisSettings.UseBasicAuthentication-Eigenschaft

Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob die Webanwendung Basisauthentifizierung verwendet.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property UseBasicAuthentication As Boolean
    Get
    Set
'Usage
Dim instance As SPIisSettings
Dim value As Boolean

value = instance.UseBasicAuthentication

instance.UseBasicAuthentication = value
public bool UseBasicAuthentication { get; set; }

Eigenschaftswert

Typ: System.Boolean
true auf Standardauthentifizierung zulassen; andernfalls false. Der Standardwert ist false.

Siehe auch

Referenz

SPIisSettings Klasse

SPIisSettings-Member

Microsoft.SharePoint.Administration-Namespace