DotNetNuke 5.2
The AuthenticationSettingsBase class provides a base class for Authentiication Settings controls

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

Syntax

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

Inheritance Hierarchy

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

See Also