Gets additional interaction attributes this secure input needs. These attributes will be gathered and included in the parameter passed to the GetForm(IDictionary<(Of <<'(String, String>)>>)) method in addition to server-defined parameters.

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 virtual IEnumerable<string> AdditionalAttributes { get; }
Visual Basic
Public Overridable ReadOnly Property AdditionalAttributes As IEnumerable(Of String)
	Get

Field Value

The interaction attributes to retrieve.

Implements

ISecureInput..::..AdditionalAttributes

See Also