Back to Devexpress

SecurityStrategy.UserId Property

expressappframework-devexpress-dot-expressapp-dot-security-dot-securitystrategy-6b03366b.md

latest1.3 KB
Original Source

SecurityStrategy.UserId Property

An identifier of the current user.

Namespace : DevExpress.ExpressApp.Security

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

NuGet Package : DevExpress.ExpressApp.Security

Declaration

csharp
public override object UserId { get; }
vb
Public Overrides ReadOnly Property UserId As Object

Property Value

TypeDescription
Object

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

|

Implements

UserId

See Also

SecurityStrategy Class

SecurityStrategy Members

DevExpress.ExpressApp.Security Namespace