Class FinHHDUSB
HHD implementation based on PC/SC.
Assembly: Subsembly.FinTS.SmartCard.dll
Syntax
public class FinHHDUSB : FinHHD, IDisposable
Constructors
FinHHDUSB()
Declaration
Properties
DeviceName
Declaration
public override string DeviceName { get; }
Property Value
Overrides
IsSupported
Declaration
public override bool IsSupported { get; }
Property Value
Overrides
Methods
CheckPresence()
Declaration
protected override bool CheckPresence()
Returns
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides
TransmitSecoderAPDU(byte[])
Declaration
protected override FinHHDError TransmitSecoderAPDU(byte[] vbCommandAPDU)
Parameters
Type |
Name |
Description |
byte[] |
vbCommandAPDU |
|
Returns
Overrides
Implements