SPIisSettings.RoleManager - Propriété
Remarque : cette API est désormais obsolète.
Obtient ou définit le nom du fournisseur de rôle de l'application Web.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<ObsoleteAttribute("Use of forms based authentication has been moved to claims authentication only.", _
False)> _
Public Property RoleManager As String
Get
Set
'Utilisation
Dim instance As SPIisSettings
Dim value As String
value = instance.RoleManager
instance.RoleManager = value
[ObsoleteAttribute("Use of forms based authentication has been moved to claims authentication only.",
false)]
public string RoleManager { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui spécifie le nom du fournisseur de rôle doit être identique au nom spécifié dans le fichier web.config pour le fournisseur de rôle. Vous devrez peut-être configurer manuellement d'autres propriétés pour le fournisseur de rôles dans le fichier web.config.