Ilumnis Authentication

AuthenticationStorage Class

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.

For a list of all members of this type, see AuthenticationStorage Members.

System.Object
   IExSys.Authentication.Storage.AuthenticationStorage

public class AuthenticationStorage

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: IExSys.Authentication.Storage

Assembly: IExSys.Authentication (in IExSys.Authentication.dll)

See Also

AuthenticationStorage Members | IExSys.Authentication.Storage Namespace