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.1.0.23.1204.1+9d8b98a22c49d038b4e3323bfe56aa1d0eabe7ae
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