Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SecuritySystem.IsAuthenticated Property

Gets a boolean value indicating that a user is authenticated.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.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