|
|
ISecurity
|
The ISecurityService type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Authenticate | Authenticates a user and caches the security context upon successful authentication for subsequent use. |
|
|
ChangePassword | Changes user password. |
|
|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) |
|
|
GetUserData | Returns information about the current user. |
|
|
Initialize |
Initializes the state of the object.
(Inherited from ISupportLifecycle) |
|
|
LoadSettings |
Loads saved settings from the config file.
(Inherited from IPersistSettings) |
|
|
RefreshUserData | Refreshes and returns information about the current user. |
|
|
ResetPassword | Resets user password. |
|
|
SaveSettings |
Saves settings to the config file.
(Inherited from IPersistSettings) |