GetAuthenticationService fetches a single Authentication Systems

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

Syntax

C#
public static AuthenticationInfo GetAuthenticationService(
	int authenticationID
)
Visual Basic
Public Shared Function GetAuthenticationService ( 
	authenticationID As Integer
) As AuthenticationInfo

Parameters

authenticationID
Type: System..::..Int32
The ID of the Authentication System

Return Value

An AuthenticationInfo object

See Also