summaryM:DotNetNuke.Services.Authentication.AuthenticationController.DeleteAuthentication(DotNetNuke.Services.Authentication.AuthenticationInfo)

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

Syntax

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

Parameters

authSystem
Type: DotNetNuke.Services.Authentication..::..AuthenticationInfo
paramauthSystemM:DotNetNuke.Services.Authentication.AuthenticationController.DeleteAuthentication(DotNetNuke.Services.Authentication.AuthenticationInfo)

See Also