Click or drag to resize

RecroSecGetCurrentUser Method

Gets the current user.

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

Parameters

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

Return Value

Type: RecroSecUser
The current user.
See Also