Skip to main content
.NET 6.0+

SecurityStrategy.UserId Property

An identifier of the current user.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

public override object UserId { get; }

Property Value

Type Description
Object

An object that is the current user’s unique identifier.

Implements

See Also