GetAuthenticationServiceByType fetches a single Authentication Systems

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

Syntax

C#
public static AuthenticationInfo GetAuthenticationServiceByType(
	string authenticationType
)
Visual Basic
Public Shared Function GetAuthenticationServiceByType ( 
	authenticationType As String
) As AuthenticationInfo

Parameters

authenticationType
Type: System..::..String
The type of the Authentication System

Return Value

An AuthenticationInfo object

See Also