GetEnabledAuthenticationServices fetches a list of all the Authentication Systems installed in the system that have been enabled by the Host user

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

Syntax

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

Return Value

A List of AuthenticationInfo objects

See Also