Skip to main content
All docs
V23.2
.NET 6.0+

ISecurityStrategyBase.User Property

Returns the current user object.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

object User { get; }

Property Value

Type Description
Object

The current user object.

Remarks

The following topic demonstrates how to use this property: Access Object Space, Security System, Caption Helper, and XAF Modules in the ASP.NET Core Environment.

See Also