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.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Property Value
Type | Description |
---|---|
Object | The identifier of the current user. This property always returns |
Implements
See Also