Click or drag to resize

RecroSecVirtualUserId Property

Note: This API is now obsolete.

Gets the virtual User identifier.

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

Return Value

Type: String
The User identifier.
See Also