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

    SecurityStrategyBase.UserName Property

    To get the current user name, use the UserName property instead.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.Security.v25.1.dll

    Declaration

    [Browsable(false)]
    public virtual string UserName { get; }

    Property Value

    Type Description
    String

    The current user name. This property always returns null.

    Implements

    See Also