| RecroSecGetCurrentUserId Method (HttpContextBase) |
Gets the current User identifier.
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax public static string GetCurrentUserId(
HttpContextBase httpContext
)
Parameters
- httpContext
- Type: System.WebHttpContextBase
The HTTP context.
Return Value
Type:
StringThe User identifier.
See Also