SPGlobalAdmin.UseNtAuthenticationForDatabase - Propriété

Remarque : cette API est désormais obsolète.

Le mode d'authentification peut varier pour chaque base de données et une base de données utilise l'authentification NT, si la propriété Username a la valeur null. (Dans Windows SharePoint Services 2.0, la propriété UseNtAuthenticationForDatabase est une valeur booléenne qui indique si l'authentification Microsoft Windows NT est utilisée pour la base de données et est conservée pour la compatibilité descendante).

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<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
'Utilisation
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; }

Valeur de propriété

Type : System.Boolean
true si l'authentification Windows NT est utilisée ; dans le cas contraire, false.

Voir aussi

Référence

SPGlobalAdmin classe

SPGlobalAdmin - Membres

Microsoft.SharePoint.Administration - Espace de noms