Skip to main content
.NET 6.0+

AuthenticationStandard.IsLogoffEnabled Property

Gets a boolean value indicating that a user can log off and then logon again without restarting the application.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public override bool IsLogoffEnabled { get; }

Property Value

Type Description
Boolean

A boolean value indicating that a user can log off the application.

Remarks

In the AuthenticationStandard authentication, this property always returns true.

See Also