The AuthenticationLoginBase class provides a bas class for Authentiication Login controls

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

Syntax

C#
public abstract class AuthenticationLoginBase : UserModuleBase
Visual Basic
Public MustInherit Class AuthenticationLoginBase
	Inherits 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
                DotNetNuke.Services.Authentication.OAuth..::..OAuthLoginBase

See Also