Метод SPMobileUtility.CreateLogOnSelector
Примечание. Этот API устарел.
Создает имя входа на основании ClaimsAuthenticationProviders в текущем контексте.
Пространство имен: Microsoft.SharePoint.Utilities
Сборка: Microsoft.SharePoint (в Microsoft.SharePoint.dll)
Синтаксис
'Декларация
<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
'Применение
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
)
Параметры
context
Тип: System.Web.HttpContextТекущий HttpContext.
Возвращаемое значение
Тип: System.Web.UI.MobileControls.SelectionList