Click or drag to resize

RecroSecGetVirtualUser Method

Gets the virtual user.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.0.0
Syntax
C#
public static RecroSecUser GetVirtualUser(
	HttpContext httpContext
)

Parameters

httpContext
Type: Microsoft.AspNetCore.HttpHttpContext
The HTTP context.

Return Value

Type: RecroSecUser
The virtual user.
See Also