Show / Hide Table of Contents

Class AuthenticationConfig

Inheritance
object
AuthenticationConfigBase
AuthenticationConfig
Inherited Members
AuthenticationConfigBase.PortalID
AuthenticationConfigBase.DependencyProvider
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 class AuthenticationConfig : AuthenticationConfigBase

Constructors

AuthenticationConfig(int)

Declaration
protected AuthenticationConfig(int portalID)
Parameters
Type Name Description
int portalID

Properties

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
bool

UseCaptcha

Declaration
public bool UseCaptcha { get; set; }
Property Value
Type Description
bool

Methods

ClearConfig(int)

Declaration
public static void ClearConfig(int portalId)
Parameters
Type Name Description
int portalId

GetConfig(int)

Declaration
public static AuthenticationConfig GetConfig(int portalId)
Parameters
Type Name Description
int portalId
Returns
Type Description
AuthenticationConfig

UpdateConfig(AuthenticationConfig)

Declaration
public static void UpdateConfig(AuthenticationConfig config)
Parameters
Type Name Description
AuthenticationConfig config

Extension Methods

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