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: 6.0.0
Syntax
C#
public delegate string GetUserIdDelegate(
	HttpContext context
)

Parameters

context
Type: Microsoft.AspNetCore.HttpHttpContext

Return Value

Type: String
The User identifier.
See Also