Click or drag to resize

RecroSecGetUserIdDelegate Delegate

Define a custom method to get User identifier.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public delegate string GetUserIdDelegate(
	HttpContext context
)

Parameters

context
Type: HttpContext

Return Value

Type: String
The User identifier.
See Also