Freigeben über


SPGlobalAdmin.UseNtAuthenticationForDatabase-Eigenschaft

HINWEIS: Diese API ist veraltet.

Der Authentifizierungsmodus kann für jede Datenbank variieren, und eine Datenbank NT-Authentifizierung verwendet, wenn die Username -Eigenschaft null ist. ( Windows SharePoint Services 2.0haben die UseNtAuthenticationForDatabase -Eigenschaft einen booleschen Wert, der angibt, ob Microsoft Windows NT-Authentifizierung für die Datenbank verwendet wird, und wird für die Abwärtskompatibilität beibehalten.)

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

Syntax

'Declaration
<ObsoleteAttribute("The authentication mode can now vary for each database.  A database will use NT authentication if its Username property is null.",  _
    False)> _
Public ReadOnly Property UseNtAuthenticationForDatabase As Boolean
    Get
'Usage
Dim instance As SPGlobalAdmin
Dim value As Boolean

value = instance.UseNtAuthenticationForDatabase
[ObsoleteAttribute("The authentication mode can now vary for each database.  A database will use NT authentication if its Username property is null.", 
    false)]
public bool UseNtAuthenticationForDatabase { get; }

Eigenschaftswert

Typ: System.Boolean
true Wenn Windows NT-Authentifizierung verwendet wird; andernfalls false.

Siehe auch

Referenz

SPGlobalAdmin Klasse

SPGlobalAdmin-Member

Microsoft.SharePoint.Administration-Namespace