Click or drag to resize

RecroSecCurrentUserId Property

Note: This API is now obsolete.

Gets the current User identifier.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
[ObsoleteAttribute("Use instead GetCurrentUserId(HttpContext httpContext)")]
public static string CurrentUserId { get; }

Return Value

Type: String
The User identifier.
See Also