Removes the ISecureInput from 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#
bool Remove(
	ISecureInput secureInput
)
Visual Basic
Function Remove ( _
	secureInput As ISecureInput _
) As Boolean

Parameters

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

Return Value

trueTruetruetrue (True in Visual Basic) if removed, falseFalsefalsefalse (False in Visual Basic) if not removed or not found.

See Also