DotNetNuke 5.2
The AuthenticationLoginBase class provides a bas class for Authentiication Login controls

Namespace:  DotNetNuke.Services.Authentication
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
public abstract class AuthenticationLoginBase : UserModuleBase
Visual Basic (Declaration)
Public MustInherit Class AuthenticationLoginBase _
	Inherits UserModuleBase
Visual C++
public ref class AuthenticationLoginBase abstract : public UserModuleBase

Inheritance Hierarchy

System..::.Object
  System.Web.UI..::.Control
    System.Web.UI..::.TemplateControl
      System.Web.UI..::.UserControl
        DotNetNuke.Framework..::.UserControlBase
          DotNetNuke.Entities.Modules..::.PortalModuleBase
            DotNetNuke.Entities.Modules..::.UserModuleBase
              DotNetNuke.Services.Authentication..::.AuthenticationLoginBase

See Also