del método SPMobileUtility.CreateLogOnSelector
NOTA: esta API está ahora obsoleta.
Crea un selector de inicio de sesión basado en el ClaimsAuthenticationProviders en el contexto actual.
Espacio de nombres: Microsoft.SharePoint.Utilities
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<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
context
Tipo: System.Web.HttpContextHttpContext actual.
Valor devuelto
Tipo: System.Web.UI.MobileControls.SelectionList