Provides access to a custom secure input. Implement this interface and add an instance of the implementation
to the ISecureInputService to make the custom secure input available.
Namespace: ININ.InteractionClient.AddInAssembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public interface ISecureInput |
Visual Basic |
---|
Public Interface ISecureInput |
Remarks
A secure input is selected by the user. If the user selects a custom secure input,
the Interaction Client will use the matching named form which was added to the ISecureInputService.
Parameters configured by an administrator dictates what information is passed
into the GetForm(IDictionary<(Of <<'(String, String>)>>)) method. In addition, interaction attributes (if available) specified by the
AdditionalAttributes property will be included in the parameter dictionary given
to the GetForm(IDictionary<(Of <<'(String, String>)>>)) method.