Back to Devexpress

ISecurityStrategyBase Members

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

latest2.7 KB
Original Source

ISecurityStrategyBase Members

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

Properties

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.

Methods

NameDescription
ClearSecuredLogonParameters()For internal use.
GetBusinessClasses()For internal use.
GetModuleType()For internal use.
Logoff()Logs the current user off.
Logon(IObjectSpace)Authenticates a user in the application.
ReloadPermissions()For internal use.

See Also

ISecurityStrategyBase Interface

DevExpress.ExpressApp.Security Namespace