| RecroSecGetCurrentUser Method |
Gets the current user.
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public static RecroSecUser GetCurrentUser(
HttpContext httpContext
)
Parameters
- httpContext
- Type: HttpContext
The HTTP context.
Return Value
Type:
RecroSecUserThe current user.
See Also