RecroSecGetRolesForCurrentUser Method

Gets the roles for current User.

Definition

Namespace: Recrovit.RecroGridFramework.Security
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 6.6.0.24.0320.1
C#
public static string[] GetRolesForCurrentUser(
	HttpContext httpContext
)

Parameters

httpContext  HttpContext
The HTTP context.

Return Value

String
Array of the roles.

See Also