RecroGrid Framework
C#
Show/Hide TOC
Recro
Sec
Get
User
Id
Delegate Delegate
Define a custom method to get User identifier.
Definition
Namespace:
Recrovit.RecroGridFramework.Security
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.3.1.24.0524.1
C#
Copy
public
delegate
string
GetUserIdDelegate
(
HttpContext
context
)
Parameters
context
HttpContext
Return Value
String
The User identifier.
See Also
Reference
Recrovit.RecroGridFramework.Security Namespace
In This Article
Definition
Parameters
Return Value
See Also