Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

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.v21.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.

See Also