AddAuthentication adds a new Authentication System to the Data Store.

Namespace: DotNetNuke.Services.Authentication
Assembly: 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

Return Value

returnsM:DotNetNuke.Services.Authentication.AuthenticationController.AddAuthentication(DotNetNuke.Services.Authentication.AuthenticationInfo)

See Also