Share via


SPMobileUtility.CreateLogOnSelector method

NOTE: This API is now obsolete.

Creates a logOn selector based on the ClaimsAuthenticationProviders in the current context.

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

Syntax

'Declaration
<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
'Usage
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
)

Parameters

Return value

Type: System.Web.UI.MobileControls.SelectionList

See also

Reference

SPMobileUtility class

SPMobileUtility members

Microsoft.SharePoint.Utilities namespace