A service that manages ISecureInput instances.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public interface ISecureInputService
Visual Basic
Public Interface ISecureInputService

Remarks

Add your implementation of ISecureInput to this service, and this service will trigger the ISecureInput appropriately, using the Name property as the identifier.

See Also