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

SecurityStrategyBase.UserName Property

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

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.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