GetAuthenticationServiceByPackageID fetches a single Authentication System

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

Syntax

C#
public static AuthenticationInfo GetAuthenticationServiceByPackageID(
	int packageID
)
Visual Basic
Public Shared Function GetAuthenticationServiceByPackageID ( 
	packageID As Integer
) As AuthenticationInfo

Parameters

packageID
Type: System..::..Int32
The id of the Package

Return Value

An AuthenticationInfo object

See Also