RecroSecGetCurrentUser Method

Gets the current user.

Definition

Namespace: Recrovit.RecroGridFramework.Security
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.3.1.24.0524.1
C#
public static RecroSecUser GetCurrentUser(
	HttpContext httpContext
)

Parameters

httpContext  HttpContext
The HTTP context.

Return Value

RecroSecUser
The current user.

See Also