SPMobileUtility.CreateLogOnSelector - Méthode

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

Crée un sélecteur d'ouverture de session basé sur la ClaimsAuthenticationProviders dans le contexte actuel.

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

Syntaxe

'Déclaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Shared Function CreateLogOnSelector ( _
    context As HttpContext _
) As SelectionList
'Utilisation
Dim context As HttpContext
Dim returnValue As SelectionList

returnValue = SPMobileUtility.CreateLogOnSelector(context)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public static SelectionList CreateLogOnSelector(
    HttpContext context
)

Paramètres

Valeur renvoyée

Type : System.Web.UI.MobileControls.SelectionList

Voir aussi

Référence

SPMobileUtility classe

SPMobileUtility - Membres

Microsoft.SharePoint.Utilities - Espace de noms