RecroSecGetCurrentUserId Method

Gets the current User identifier.

Definition

Namespace: Recrovit.RecroGridFramework.Security
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.3.0.24.0115.1
C#
public static string GetCurrentUserId(
	HttpContext httpContext
)

Parameters

httpContext  HttpContext
The HTTP context.

Return Value

String
The User identifier.

See Also