RecroSecIsAuthenticated Method

Gets a value that indicates whether the User has been authenticated.

Definition

Namespace: Recrovit.RecroGridFramework.Security
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.3.1.24.0524.1
C#
public static bool IsAuthenticated(
	HttpContext httpContext
)

Parameters

httpContext  HttpContext
 

Field Value

Boolean
If true the User was authenticated; otherwise, false.

See Also