LogonSelector class

Represents the authentication scheme log on selector that allows the user to select a single item from a drop-down list to use to login.

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.BaseDataBoundControl
        System.Web.UI.WebControls.DataBoundControl
          System.Web.UI.WebControls.ListControl
            System.Web.UI.WebControls.DropDownList
              Microsoft.SharePoint.IdentityModel.LogonSelector

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

Syntax

'Declaration
Public Class LogonSelector _
    Inherits DropDownList
'Usage
Dim instance As LogonSelector
public class LogonSelector : DropDownList

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

LogonSelector members

Microsoft.SharePoint.IdentityModel namespace