A base class for implementing a custom secure input Interaction Client AddIn.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public abstract class SecureInput : IAddIn, ISecureInput |
Visual Basic |
---|
Public MustInherit Class SecureInput _ Implements IAddIn, ISecureInput |
Remarks
This "helper" base class encapsulates common functionality that
allows a secure input form implementation to focus on
the logic behind showing a form, and not on implementing the code to
become an Interaction Client AddIn. Simply derive from this class and implement
the abstract and virtual methods to display a custom secure input form.
Inheritance Hierarchy
System..::..Object
ININ.InteractionClient.AddIn..::..SecureInput
ININ.InteractionClient.AddIn..::..SecureInput