The AuthenticationConfig class providesa configuration class for the DNN Authentication provider

Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class AuthenticationConfig : AuthenticationConfigBase
Visual Basic
<SerializableAttribute>
Public Class AuthenticationConfig
	Inherits AuthenticationConfigBase

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Authentication..::..AuthenticationConfigBase
    DotNetNuke.Services.Authentication..::..AuthenticationConfig

See Also