|  | 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
Syntaxpublic delegate string GetUserIdDelegate(
	HttpContext context
)
Parameters
- context
- Type: HttpContext
 
Return Value
Type: 
StringThe User identifier.
 See Also
See Also