Compartilhar via


SPMobileUtility.CreateLogOnSelector method

NOTE: This API is now obsolete.

Cria um seletor de logOn com base em ClaimsAuthenticationProviders no contexto atual.

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

Syntax

'Declaração
<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
'Uso
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
)

Parâmetros

Valor retornado

Type: System.Web.UI.MobileControls.SelectionList

Ver também

Referência

SPMobileUtility class

SPMobileUtility members

Microsoft.SharePoint.Utilities namespace