Class AuthenticationLogoffBase
The AuthenticationLogoffBase class provides a base class for Authentiication Logoff controls.
Implements
Inherited Members
Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke.dll
Syntax
public abstract class AuthenticationLogoffBase : UserModuleBase, IModuleControl
Constructors
| Improve this Doc View SourceAuthenticationLogoffBase()
Initializes a new instance of the AuthenticationLogoffBase class.
Declaration
public AuthenticationLogoffBase()
Properties
| Improve this Doc View SourceAuthenticationType
Gets or sets the Type of Authentication associated with this control.
Declaration
public string AuthenticationType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DependencyProvider
Gets the Dependency Provider to resolve registered services with the container.
Declaration
protected IServiceProvider DependencyProvider { get; }
Property Value
Type | Description |
---|---|
IServiceProvider | The Dependency Service. |
Methods
| Improve this Doc View SourceOnLogOff(EventArgs)
Handles the LogOff event.
Declaration
protected virtual void OnLogOff(EventArgs a)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | a | The event arguments. |
OnRedirect(EventArgs)
Handles the Redirect event.
Declaration
protected virtual void OnRedirect(EventArgs a)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | a | The event arguments. |
Events
| Improve this Doc View SourceLogOff
Fires when a LogOff occurs.
Declaration
public event EventHandler LogOff
Event Type
Type | Description |
---|---|
EventHandler |
Redirect
Fires when a redirect occurs.
Declaration
public event EventHandler Redirect
Event Type
Type | Description |
---|---|
EventHandler |