AddAuthentication adds a new Authentication System to the Data Store.
Namespace: DotNetNuke.Services.AuthenticationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static int AddAuthentication( AuthenticationInfo authSystem ) |
| Visual Basic |
|---|
Public Shared Function AddAuthentication ( authSystem As AuthenticationInfo ) As Integer |
Parameters
- authSystem
- Type: DotNetNuke.Services.Authentication..::..AuthenticationInfo
The new Authentication System to add