Skip to main content
All docs
V26.1
  • SecurityStrategyBase.UserId Property

    This property is virtual and returns null. SecurityStrategy.UserId overrides this property and returns the current user identifier.

    Namespace: DevExpress.ExpressApp.Security

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

    NuGet Package: DevExpress.ExpressApp.Security

    Declaration

    [Browsable(false)]
    public virtual object UserId { get; }

    Property Value

    Type Description
    Object

    The identifier of the current user. This property always returns null.

    Implements

    See Also