GetAuthenticationType fetches the authentication method used by the currently logged on user

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

Syntax

C#
public static AuthenticationInfo GetAuthenticationType()
Visual Basic
Public Shared Function GetAuthenticationType As AuthenticationInfo

Return Value

An AuthenticationInfo object

See Also