Click or drag to resize

ISecurityService Methods

The ISecurityService type exposes the following members.

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