Show / Hide Table of Contents

Class AuthenticationConfigBase

Inheritance
object
AuthenticationConfigBase
AuthenticationConfig
OAuthConfigBase
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Authentication
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
Type Description
IServiceProvider

PortalID

Declaration
[Browsable(false)]
public int PortalID { get; set; }
Property Value
Type Description
int

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS