Class AuthenticationLoginBase
Inheritance
AuthenticationLoginBase
Implements
Inherited Members
Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke.dll
Syntax
public abstract class AuthenticationLoginBase : UserModuleBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl
Constructors
AuthenticationLoginBase()
Declaration
protected AuthenticationLoginBase()
Properties
AuthenticationType
Declaration
public string AuthenticationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
Declaration
public abstract bool Enabled { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IPAddress
Declaration
public string IPAddress { get; }
Property Value
| Type | Description |
|---|---|
| string |
Mode
Declaration
public virtual AuthMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| AuthMode |
RedirectURL
Declaration
public string RedirectURL { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SupportsRegistration
Declaration
public virtual bool SupportsRegistration { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
GetIPAddress()
Declaration
[Obsolete("Deprecated in DotNetNuke 9.2.0. Use UserRequestIPAddressController.Instance.GetUserRequestIPAddress. Scheduled for removal in v11.0.0.")]
public static string GetIPAddress()
Returns
| Type | Description |
|---|---|
| string |
OnUserAuthenticated(UserAuthenticatedEventArgs)
Declaration
protected virtual void OnUserAuthenticated(UserAuthenticatedEventArgs ea)
Parameters
| Type | Name | Description |
|---|---|---|
| UserAuthenticatedEventArgs | ea |
Events
UserAuthenticated
Declaration
public event AuthenticationLoginBase.UserAuthenticatedEventHandler UserAuthenticated
Event Type
| Type | Description |
|---|---|
| AuthenticationLoginBase.UserAuthenticatedEventHandler |