Adds an ISecureInput to the list of available secure inputs.

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

Syntax

C#
void Add(
	ISecureInput secureInput
)
Visual Basic
Sub Add ( _
	secureInput As ISecureInput _
)

Parameters

secureInput
Type: ININ.InteractionClient.AddIn..::..ISecureInput
The ISecureInput to add.

See Also