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