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: 6.5.0.24.0221.1
C#
public static bool IsAuthenticated(
	HttpContext httpContext
)

Parameters

httpContext  HttpContext

[Missing <param name="httpContext"/> documentation for "M:Recrovit.RecroGridFramework.Security.RecroSec.IsAuthenticated(Microsoft.AspNetCore.Http.HttpContext)"]

Field Value

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

Return Value

Boolean

[Missing <returns> documentation for "M:Recrovit.RecroGridFramework.Security.RecroSec.IsAuthenticated(Microsoft.AspNetCore.Http.HttpContext)"]

See Also