Retrieves authentication information for an user.

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

Syntax

C#
public static UserAuthenticationInfo GetUserAuthentication(
	int userID
)
Visual Basic
Public Shared Function GetUserAuthentication ( 
	userID As Integer
) As UserAuthenticationInfo

Parameters

userID
Type: System..::..Int32
paramuserIDM:DotNetNuke.Services.Authentication.AuthenticationController.GetUserAuthentication(System.Int32)

Return Value

returnsM:DotNetNuke.Services.Authentication.AuthenticationController.GetUserAuthentication(System.Int32)

See Also