Click or drag to resize

RecroSecIsUserAuthenticated Property

Note: This API is now obsolete.

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

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
[ObsoleteAttribute("Use instead IsAuthenticated(HttpContext httpContext)")]
public static bool IsUserAuthenticated { get; }

Property Value

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