UpdateAuthentication updates an existing Authentication System in the Data Store.

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

Syntax

C#
public static void UpdateAuthentication(
	AuthenticationInfo authSystem
)
Visual Basic
Public Shared Sub UpdateAuthentication ( 
	authSystem As AuthenticationInfo
)

Parameters

authSystem
Type: DotNetNuke.Services.Authentication..::..AuthenticationInfo
The new Authentication System to update

See Also