Interface IFinTanProcForm
Generic interface for a GUI to select one of a list of TAN procedures.
Namespace: Subsembly.FinTS.Online
Assembly: Subsembly.FinTS.Core.dll
Syntax
public interface IFinTanProcForm
Methods
GetTanProc(FinContact, FinTanProcInfo[])
Show dialog box for selecting one of a list of TAN procedures.
Declaration
FinTanProcInfo GetTanProc(FinContact aContact, FinTanProcInfo[] vTanProcs)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | Provides the FinContact instance for which to select the TAN procedure. |
FinTanProcInfo[] | vTanProcs | Provides the list of TAN procedures from which to select. |
Returns
Type | Description |
---|---|
FinTanProcInfo | The selected TAN procedure, or |