Skip to main content
All docs
V25.1
  • .NET 8.0+

    ISecurityStrategyBase.User Property

    Returns the current user object.

    Namespace: DevExpress.ExpressApp.Security

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