Interface for authenticator plugins to inherit. The plugin registration engine (IAuthenticationEngine) will detect and register the instance of any types inheriting this interface.
The authentication plugins are not in charge of providing actual user information, they are stored in the Cartella database. The plugin only need to find out if the user can authenticate with the respective system.
Default database authentication is carried out by LicenseManagerBase, not from this system.
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public interface IAuthenticator |
Visual Basic |
---|
Public Interface IAuthenticator |
Visual C++ |
---|
public interface class IAuthenticator |