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