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