RecroSecGetVirtualUser Method

Gets the virtual user.

Definition

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

Parameters

httpContext  HttpContext
The HTTP context.

Return Value

RecroSecUser
The virtual user.

See Also