The AuthenticationLogoffBase class provides a base class for Authentiication Logoff controls

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

Syntax

C#
public abstract class AuthenticationLogoffBase : UserModuleBase
Visual Basic
Public MustInherit Class AuthenticationLogoffBase
	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..::..AuthenticationLogoffBase

See Also