RecroSecGetUserIdDelegate Delegate

Define a custom method to get User identifier.

Definition

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

Parameters

context  HttpContext
 

Return Value

String
The User identifier.

See Also