DotNetNuke 5.2
The AuthenticationController class provides the Business Layer for the Authentication Systems.

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

Syntax

C#
public class AuthenticationController
Visual Basic (Declaration)
Public Class AuthenticationController
Visual C++
public ref class AuthenticationController

Inheritance Hierarchy

System..::.Object
  DotNetNuke.Services.Authentication..::.AuthenticationController

See Also