ISecurityStrategyBase Methods
Provides access to the current user information and allows you to manage its authentication state in ASP.NET Core applications.| Name | Description |
|---|---|
| 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