The AuthenticationSettingsBase class provides a base class for Authentiication Settings controls

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

Syntax

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

See Also