DotNetNuke 5.2
The AuthenticationLogoffBase class provides a base class for Authentiication Logoff controls

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

Syntax

C#
public abstract class AuthenticationLogoffBase : UserModuleBase
Visual Basic (Declaration)
Public MustInherit Class AuthenticationLogoffBase _
	Inherits UserModuleBase
Visual C++
public ref class AuthenticationLogoffBase 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..::.AuthenticationLogoffBase

See Also