Initializes a new instance of the SecureInputParameters class to
be used to initiate secure input.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
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.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | Parameter ivrHandlerName or formFields was nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..ArgumentException | Parameter ivrHandlerName was an empty string or formFields' collection was empty. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.