Defines the interface for the AuthenticationEngine, the plug-in engine for performing authentication. It contains a list of authenticator plug-ins for performing authentication.

Namespace: Cartella.Interfaces
Assembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public interface IAuthenticationEngine
Visual Basic
Public Interface IAuthenticationEngine
Visual C++
public interface class IAuthenticationEngine

Remarks

Please note that each user will have its authenticator assigned at creation of the user. Authentication will provide the available authenticator listing.

See Also