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

SecurityStrategy.UserId Property

An identifier of the current user.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public override object UserId { get; }

Property Value

Type Description
Object

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

See Also