Class AuthenticationConfigBase
The AuthenticationConfigBase class provides base configuration class for the Authentication providers.
Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke.dll
Syntax
public abstract class AuthenticationConfigBase : object
Constructors
| Improve this Doc View SourceAuthenticationConfigBase()
Initializes a new instance of the AuthenticationConfigBase class.
Declaration
public AuthenticationConfigBase()
AuthenticationConfigBase(Int32)
Initializes a new instance of the AuthenticationConfigBase class.
Declaration
protected AuthenticationConfigBase(int portalID)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | portalID | The portal ID. |
Properties
| Improve this Doc View SourceDependencyProvider
Gets the Dependency Provider to resolve registered services with the container.
Declaration
protected IServiceProvider DependencyProvider { get; }
Property Value
Type | Description |
---|---|
IServiceProvider |
PortalID
The AuthenticationConfigBase class provides base configuration class for the Authentication providers.
Declaration
public int PortalID { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |