Class FinSCardForm

Namespace
Subsembly.FinTS.Forms
Assembly
Subsembly.FinTS.Win32.dll

Form that displays a list of all PC/SC smart card readers that are available.

public class FinSCardForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
FinSCardForm
Implements
Inherited Members

Remarks

In addition to providing a list of readers, this Form also provides an option setting that disables secure PIN entry.

Constructors

FinSCardForm()

public FinSCardForm()

FinSCardForm(Icon, string)

public FinSCardForm(Icon aIcon, string sCaption)

Parameters

aIcon Icon

The icon to be used for the Form.

sCaption string

The caption to be used for the Form.

Methods

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs