Skip to main content
.NET 6.0+

SecuritySystem.IsAuthenticated Property

Gets a boolean value indicating that a user is authenticated.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static bool IsAuthenticated { get; }

Property Value

Type Description
Boolean

A boolean value indicating that a user is authenticated.

See Also