SmartCardDevice Class
Namespace: Yubico.Core.Devices.SmartCard Assembly: Yubico.Core.dllBase class for Yubico.Core.Devices.SmartCard.DesktopSmartCardDevice.
C#
public abstract class SmartCardDevice : Object, ISmartCardDevice, IDevice
Inheritance
System.Object
SmartCardDevice
Constructors
Name | Description |
---|---|
SmartCardDevice(String, AnswerToReset) | Constructs a SmartCardDevice with the specified properties. |
Properties
Name | Description |
---|---|
Atr | The "answer to reset" (ATR) for the smart card. |
Kind | Gets the smart card's connection type. |
LastAccessed | The time when this device was last accessed. |
ParentDeviceId | A unique identifier corresponding to the parent USB composite device, if available. |
Path | Gets the platform defined path to the device. |
Methods
Name | Description |
---|---|
Connect() | Establishes an active connection to the smart card for the transmittal of data. |
Create(String, AnswerToReset) | Creates a new smart card device object. |
GetSmartCardDevices() | Returns the set of smart card reader devices available to the system. |
ToString() |