Class AuthenticationSettingsBase
The AuthenticationSettingsBase class provides a base class for Authentication Settings controls.
Inheritance
System.Object
AuthenticationSettingsBase
Implements
Inherited Members
Namespace: DotNetNuke.Services.Authentication
Assembly: DotNetNuke.dll
Syntax
public abstract class AuthenticationSettingsBase : PortalModuleBase, IModuleControl
Properties
| Improve this Doc View SourceAuthenticationType
Gets or sets the Type of Authentication associated with this control.
Declaration
public string AuthenticationType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceUpdateSettings()
UpdateSettings updates the settings in the Data Store.
Declaration
public abstract void UpdateSettings()
Remarks
This method must be overriden in the inherited class.