GetEnabledAuthenticationServices fetches a list of all the Authentication Systems
installed in the system that have been enabled by the Host user
Namespace: DotNetNuke.Services.AuthenticationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public static List<AuthenticationInfo> GetEnabledAuthenticationServices() |
| Visual Basic |
|---|
Public Shared Function GetEnabledAuthenticationServices As List(Of AuthenticationInfo) |