Freigeben über


SPWebApplicationBuilder.UseNTLMExclusively-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob die neue Website in Internetinformationsdienste (Internet Information Services, IIS), auf dem die Webanwendung gehostet so konfiguriert wird, dass nur NT LAN Manager (NTLM) für die Authentifizierung verwenden und daher die Kerberos-Authentifizierung deaktiviert ist.

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

Syntax

'Declaration
Public Property UseNTLMExclusively As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplicationBuilder
Dim value As Boolean

value = instance.UseNTLMExclusively

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

Eigenschaftswert

Typ: System.Boolean
true , wenn die Webanwendung für die Verwendung von NTLM für die Authentifizierung konfiguriert werden sollten; andernfalls false. Der Standardwert ist false.

Siehe auch

Referenz

SPWebApplicationBuilder Klasse

SPWebApplicationBuilder-Member

Microsoft.SharePoint.Administration-Namespace