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

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.v23.2.dll

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