IExSys.Authentication.Storage Namespace
Namespace hierarchy
Classes
Class |
Description |
AuthenticationStorage
|
Provides number of static properties and methods used for accessing data layer. Data layer is implemented using IAuthenticationStorage interface. AuthenticationStorage.Current specifies current data layer implementation being used. Beside acting as facade for accessig data layer, performs caching of data retrieved from data layer. |
Interfaces
Interface |
Description |
IAuthenticationStorage
|
Storage implementation interface. Classes that implement this interface can be used to manage authentication and user rights data for ilumnis applications. |