The SecureInput type exposes the following members.

Properties

  NameDescription
Public propertyAdditionalAttributes
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.
Public propertyName
Gets the name of this secure input. The name is used to find the secure input and activate it.
Protected propertyNotificationService
Gets the notification service.
Protected propertyServiceProvider
Gets the service provider which can be used to retrieve application services.
Protected propertyTrace
Gets the trace context. Use this to trace messages to the Interaction Client log.

See Also