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