Class FinHHDUSB
HHD implementation based on PC/SC.
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Subsembly.FinTS.HHD
Assembly: Subsembly.FinTS.SmartCard.dll
Syntax
public class FinHHDUSB : FinHHD, IDisposable
Constructors
FinHHDUSB()
Declaration
public FinHHDUSB()
Properties
DeviceName
Declaration
public override string DeviceName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
IsSupported
Declaration
public override bool IsSupported { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
CheckPresence()
Declaration
protected override bool CheckPresence()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
Dispose()
Declaration
public override void Dispose()
Overrides
TransmitSecoderAPDU(Byte[])
Declaration
protected override FinHHDError TransmitSecoderAPDU(byte[] vbCommandAPDU)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | vbCommandAPDU |
Returns
Type | Description |
---|---|
FinHHDError |
Overrides
Implements
System.IDisposable