Class FinSCardForm
Form that displays a list of all PC/SC smart card readers that are available.
Inheritance
FinSCardForm
Implements
Inherited Members
Namespace: Subsembly.FinTS.Forms
Assembly: Subsembly.FinTS.Win32.dll
Syntax
public class FinSCardForm : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Remarks
In addition to providing a list of readers, this Form also provides an option setting that disables secure PIN entry.
Constructors
FinSCardForm()
Declaration
public FinSCardForm()
FinSCardForm(Icon, string)
Declaration
public FinSCardForm(Icon aIcon, string sCaption)
Parameters
Type | Name | Description |
---|---|---|
Icon | aIcon | The icon to be used for the Form. |
string | sCaption | The caption to be used for the Form. |
Methods
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |