Click or drag to resize

RecroSecGetCurrentUserId Method

Gets the current User identifier.

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

Parameters

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

Return Value

Type: String
The User identifier.
See Also