Initializes a new instance of the SecureInputParameters class to be used to initiate secure input.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public SecureInputParameters(
	string ivrHandlerName,
	IDictionary<string, string> formFields
)
Visual Basic
Public Sub New ( _
	ivrHandlerName As String, _
	formFields As IDictionary(Of String, String) _
)

Parameters

ivrHandlerName
Type: System..::..String
The ivr handler name.
formFields
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
The name/value pairs from the form.

Collapse imageExceptions

ExceptionCondition
System..::..ArgumentNullExceptionParameter ivrHandlerName or formFields was nullNothingnullptra null reference (Nothing in Visual Basic).
System..::..ArgumentExceptionParameter ivrHandlerName was an empty string or formFields' collection was empty.

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

Collapse imageSee Also