Class AuthenticationLogoffBase
Inheritance
AuthenticationLogoffBase
Implements
Inherited Members
Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke.dll
Syntax
public abstract class AuthenticationLogoffBase : UserModuleBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl
Constructors
AuthenticationLogoffBase()
Declaration
public AuthenticationLogoffBase()
Properties
AuthenticationType
Declaration
public string AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DependencyProvider
Declaration
protected IServiceProvider DependencyProvider { get; }
Property Value
| Type | Description |
|---|---|
| IServiceProvider |
Methods
OnLogOff(EventArgs)
Declaration
protected virtual void OnLogOff(EventArgs a)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | a |
OnRedirect(EventArgs)
Declaration
protected virtual void OnRedirect(EventArgs a)
Parameters
| Type | Name | Description |
|---|---|---|
| EventArgs | a |
Events
LogOff
Declaration
public event EventHandler LogOff
Event Type
| Type | Description |
|---|---|
| EventHandler |
Redirect
Declaration
public event EventHandler Redirect
Event Type
| Type | Description |
|---|---|
| EventHandler |