Class AuthenticationConfigBase
Inheritance
AuthenticationConfigBase
Assembly: DotNetNuke.dll
Syntax
public abstract class AuthenticationConfigBase
Constructors
AuthenticationConfigBase()
Declaration
public AuthenticationConfigBase()
AuthenticationConfigBase(int)
Declaration
protected AuthenticationConfigBase(int portalID)
Parameters
Type |
Name |
Description |
int |
portalID |
|
Properties
DependencyProvider
Declaration
protected IServiceProvider DependencyProvider { get; }
Property Value
PortalID
Declaration
[Browsable(false)]
public int PortalID { get; set; }
Property Value
Extension Methods