FormsLoginPage Class

Active Directory Federation Services 2.0
The code-behind class for the FormsLogin.aspx page, which facilitates user name-password credential collection using forms, derives from this class.


Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

'Usage
Dim instance As FormsLoginPage

public class FormsLoginPage : PassiveProtocolPage
public class FormsLoginPage extends PassiveProtocolPage
public class FormsLoginPage extends PassiveProtocolPage

For more information about this class and code samples, see FormsLoginPage Class Overview.


System.Object
   System.Web.UI.Control
     System.Web.UI.TemplateControl
       System.Web.UI.Page
         Microsoft.IdentityServer.Web.UI.PageBase
           Microsoft.IdentityServer.Web.UI.InternalOnlyPage
             Microsoft.IdentityServer.Web.UI.PassiveProtocolPage
              Microsoft.IdentityServer.Web.UI.FormsLoginPage

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

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2



Community Additions

Show: