ISecurityStrategyBase Methods
Provides access to the current user information and allows you to manage its authentication state in ASP.NET Core applications.
Name | Description |
---|---|
Clear |
For internal use. |
Get |
For internal use. |
Get |
For internal use. |
Logoff() | Logs the current user off. |
Logon |
Authenticates a user in the application. |
Reload |
For internal use. |
See Also