Click or drag to resize

RecroSecIsAuthenticated Method

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

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

Parameters

httpContext
Type: Microsoft.AspNetCore.HttpHttpContext

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

Field Value

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

Return Value

Type: Boolean

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

See Also