DotNetNuke 5.2
The LogOffHandler class provides a replacement for the LogOff page

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

Syntax

C#
public class LogOffHandler : IHttpHandler
Visual Basic (Declaration)
Public Class LogOffHandler _
	Implements IHttpHandler
Visual C++
public ref class LogOffHandler : IHttpHandler

Inheritance Hierarchy

System..::.Object
  DotNetNuke.Services.Authentication..::.LogOffHandler

See Also