Back to Devexpress

ISecurityStrategyBase Properties

expressappframework-devexpress-dot-expressapp-dot-security-dot-isecuritystrategybase-dot-underscore-properties.md

latest1.9 KB
Original Source

ISecurityStrategyBase Properties

Provides access to the current user information and allows you to manage its authentication state in ASP.NET Core applications.

NameDescription
IsAuthenticatedIndicates if the current user is authenticated.
IsLogoffEnabledIndicates if the current user can log off and then log on again without restarting the application.
LogonObjectSpaceGets the Object Space used to log on the current user.
LogonParametersGets the logon parameters object.
NeedLogonParametersFor internal use.
UserReturns the current user object.
UserIdAn identifier of the current user.
UserNameGets the current user name.
UserTypeGets the type of user objects.

See Also

ISecurityStrategyBase Interface

ISecurityStrategyBase Members

DevExpress.ExpressApp.Security Namespace