GetAuthenticationServices fetches a list of all the Authentication Systems installed in the system

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

Syntax

C#
public static List<AuthenticationInfo> GetAuthenticationServices()
Visual Basic
Public Shared Function GetAuthenticationServices As List(Of AuthenticationInfo)

Return Value

A List of AuthenticationInfo objects

See Also