Click or drag to resize

RecroSecGetVirtualUserId Method (HttpContextBase)

Gets the virtual User identifier.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public static string GetVirtualUserId(
	HttpContextBase httpContext
)

Parameters

httpContext
Type: System.WebHttpContextBase
The HTTP context.

Return Value

Type: String
The User identifier.
See Also